Too much gap between rows
Please can you assist on how to close completely the gaps between the rows. The site I’m currently working on is: http://212.48.89.86/lapizza.family/
I look forward to your assistance. Many thanks.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi,
It looks like your theme is adding 30px of spacing to the top of each widget and we’re adding the 30px to the bottom of each widget.
To prevent the theme spacing, you have two options:
Override it with CSS (recommended)
If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.so-panel.widget { margin-top: 0 !important; }You might also need to install the SiteOrigin CSS Editor.
Prevent the Widget class from being added to widgets – May have undesired effects
Please navigate to WP AdminSettingsPage Builder and open the Widgets tab. Untick the Add Widget Class setting and save. This may have undesired effects in that depending on how much your theme makes use of the Widget class it might be very noticeable once it’s disabled.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.