Home>Support>Change Margin Size between rows in PageBuilder

Change Margin Size between rows in PageBuilder

By JR R, 10 years ago. Last reply by Andrew Misplon, 10 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago JR R

    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. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago JR R

    im getting tired of saying this…

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

  5. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More