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.

Change Margin Size between rows in PageBuilder

Resolved 5 replies pluginplugin-page-builder
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi, Im using PageBuilder and have 2 “rows” of elements

I see I can enable “No Bottom Margin” in Visual Style button. Its still a little too much..

Is there a way to reduce it even more? please advise on specifics if you can.. not versed too well in web dev

thank you! I love your products and themes!!

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 9 months ago

    Hi JR

    Thanks for your positive feedback. Try this in a Custom CSS plugin or module:

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

    If it doesn’t help please send me a link to see the problem. Thanks.

  2. JR R 11 years, 9 months ago

    Thanks Andrew

    I’ll test it later.. Will this work for any and all bottom Margins using ONPB regardless of the page?

    Anyway to make it page specific? Thanks again

  3. Andrew Misplon Staff 11 years, 9 months ago

    Just add the page body class before the selector to make it specific. You can view the page source and check the body class there:

    Home would be:

    .home .panel-grid-cell {
    margin-bottom: 0px !important; 
    }

    Blog would be:

    .blog .panel-grid-cell {
    margin-bottom: 0px !important; 
    }

    Some random page:

    .page-id-32 .panel-grid-cell {
    margin-bottom: 0px !important; 
    }
  4. JR R 11 years, 9 months ago

    im getting tired of saying this…

    “Thanks for the help… exactly what I needed! “

  5. Andrew Misplon Staff 11 years, 9 months ago

    Super, glad we could help.

    Yesterday we greatly improved our site search so give it a try for future challenges as the answer may be on the forum or in the documentation.

    All the best.

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