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.

Page Builder Row Spacing

Resolved 4 replies pluginplugin-page-builder
11 years ago · Last reply by Chas Newport 10 years ago

I went to Chrome and removed the padding I could find in Vantage’s Custom CSS however I need a little more help please.
I need to remove all the padding in between the rows. I put the backgrounds all in grey for visuals.

ihealthbud dot com

Thanks a lot!!

Ames

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi Ames

    Under Settings > Page Builder it’s possible to adjust the side and bottom margins. The bottom margin setting is unfortunately experiencing a bug at the moment. Please try inserting the following into a Custom CSS plugin or module, like the one bundled with Jetpack:

    /* Set Page Builder bottom margin */
    .panel-grid-cell {
    margin-bottom: 0 !important; /* Adjust the number on this row as desired */
    }

    Let me know how that goes.

  2. Ames Atkins 11 years, 10 months ago

    Hi Andrew,
    How do I adjust the number of rows?

    Thanks so much!

    Ames

  3. Andrew Misplon Staff 11 years, 10 months ago

    Rows can be added or deleted in the Page Builder interface. Our documentation should be helpful:

    https://siteorigin.com/page-builder/documentation/

  4. Chas Newport 10 years, 5 months ago

    I’m trying to do the same but lock the change to a single page… but the snippet below doesn’t work… I’m new to CSS so I suspect it’s one tiny piece of punctuation :-)

    /* Set Page Builder bottom margin */
    .page-id-639 panel-grid-cell {
    	margin-bottom: 0 !important;
    }

    Colours aren’t final but the white stripes must go!
    https://secure.therustynutbible.com/landing/no-1-best-seller-home-repair-xp-2/

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