Home>Support>Too much gap between rows

Too much gap between rows

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi,

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More