Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 21, 20222 yr Is there any code that I can put in the source to make cell padding -20 (minus 20) to gain a tiny missing part? Only for one sidebar wysiwyg box, just need to move google review box to the left side on desktop. On Mobile it's fine. Thanks in advance.
April 23, 20222 yr Nigh on impossible to do so - nobody can tell what the code is because you only provided a screenshot. Provide a link to the page in question, and then the code is viewable.
April 23, 20222 yr Author Sorry, my bad. Here are the code from widget <div class="review-widget_net" data-uuid="6d6ad978-57de-4d94-8962-2983481a0673" data-template="7" data-filter="" data-lang="en" data-theme="light"><center><a href="https://www.review-widget.net/" target="_blank" rel="noopener"><img src="https://grwapi.net/assets/spinner/spin.svg" title="Google Review Widget" alt="Review Widget"></a></center></div><script async type="text/javascript" src="https://grwapi.net/widget.min.js"></script> This is how it turns after inserting in WYSIWYG and saving it. <div class="review-widget_net" data-filter="" data-lang="en" data-template="7" data-theme="light" data-uuid="6d6ad978-57de-4d94-8962-2983481a0673"> <center> <a href="https://www.review-widget.net/" rel="external nofollow" target="_blank"><img alt="Review Widget" src="https://grwapi.net/assets/spinner/spin.svg" title="Google Review Widget"></a> </center> </div> <script async type="text/javascript" src="https://grwapi.net/widget.min.js"></script>
April 27, 20222 yr On 4/23/2022 at 12:30 PM, Nathan Explosion said: Nigh on impossible to do so - nobody can tell what the code is because you only provided a screenshot. Provide a link to the page in question, and then the code is viewable. As I said...provide a link. I know you provided the HTML of the block, but that gives zero information about the CSS that is involved.
April 27, 20222 yr Author Sorry, I thought codes would be sufficient as I haven't inserted this to the homepage due to this issue. Just inserted in one of inner page https://carnity.com/clubs/off-road-club Scroll halfway and you will see on the right side widget.
April 27, 20222 yr Just for reference - this is what it looks like in a normal sidebar, on an unmodified theme: I'll see if I can take a closer look later tonight.
April 27, 20222 yr Author Thanks @Nathan Explosion for quick bug tracking, found the culprit on custom.css and reverted. All good buddy, many thanks.