This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Decrease white space between rows

8 years ago · Last reply by Alex S 8 years ago

It seems that decreasing padding config in setting-page builder and changing padding in siteorigin editor widget or editing row layout padding don’t make any change. I tried some things i saw in the support forums here.

How can this be that this doesnt work? see highlevelcoaching.nl

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Alex S Staff 8 years, 4 months ago

    Hi Marco,

    Do you have bottom margin set? You can check this by opening the row and heading over to the row styles sidebar. Open the Layout settings group and set the Bottom Margin to 0. How does that look?

    If that didn’t help, it’s likely that your theme is adding the spacing between rows. I tried the link in your post but it didn’t seem to work for me. Is that the correct URL?

  2. Marco Kool 8 years, 4 months ago

    Hey Alex,

    Thanks for your message. It looks like it doesnt make any difference. The website is http://www.highlevelcoach.nl

    greets M

  3. Marco Kool 8 years, 4 months ago

    and i also tried this: .panel.widget, .so-panel.widget {
    padding: 0 30px;
    }

    also doesnt work

  4. Alex S Staff 8 years, 4 months ago

    Hi Marco,

    This is happening as a result of your theme.

    You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    .panel-grid-cell section {
    	padding: 80px 0;
    }

    You might also need to install the SiteOrigin CSS Editor.

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.

Have a different question or issue?

Start New Thread