Gauravk Posted April 21, 2022 Posted April 21, 2022 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.
Nathan Explosion Posted April 23, 2022 Posted April 23, 2022 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. Gauravk 1
Gauravk Posted April 23, 2022 Author Posted April 23, 2022 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>
Nathan Explosion Posted April 27, 2022 Posted April 27, 2022 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.
Gauravk Posted April 27, 2022 Author Posted April 27, 2022 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.
Nathan Explosion Posted April 27, 2022 Posted April 27, 2022 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. Gauravk 1
Gauravk Posted April 27, 2022 Author Posted April 27, 2022 Thanks @Nathan Explosion for quick bug tracking, found the culprit on custom.css and reverted. All good buddy, many thanks. Nathan Explosion 1
Recommended Posts