Jump to content

How to reduce cell-padding for one side bar WYSIWYG box?


Recommended Posts

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.

image.png.c62f17a3b35cf6e3a1c43813fb40e30a.png

Link to comment
Share on other sites

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>

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...