Home>Support>bottom margin

bottom margin

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].

Hello site origin,

I know this question has already been post but i dont understand where do i need to post the css code to change bottom margin.

Someone can help me ?

Thank you :)

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, 11 months ago Peter Ah Ouais

    Maybe i dont explain very well…

    I want to remove the bottom margin o my page builder, but i seems there is a bug, i have ever looked topics about this problem, and evry times, one administrator, give a css code to insert in a css style sheet. Here there is my problem, where is this sheet ? I dont realy adurstand sorry :) Someone could help me ?

  2. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Peter

    This is unfortunately a bug. The CSS needs to be inserted under Appearance > Custom CSS if you’re running one of our themes which is your case. For anyone not running one of our themes you can insert the CSS into a Custom CSS module like the one included with the Jetpack Plugin:

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

    So in this case set 100px to 0.

  3. 10 years, 11 months ago Peter Ah Ouais

    Hi Andrew
    First thank for your quick response :)
    I dont have this case, its because im not in premium ?

  4. 10 years, 11 months ago Peter Ah Ouais

    I just pass premium but doesnt work i have margin :(

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

    The setting under Settings > Page Builder is not currently functional. To make use of the Custom CSS you need top copy the code I inserted above and paste it into Appearance > Custom CSS and hit Save.

  6. 10 years, 11 months ago Peter Ah Ouais

    Yes i already paste this code but still have margin :/
    http://www.grandgite.fr/location-roulotte-cabrieres

    between descriptif et les logos :/

  7. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Please change this to:

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

    And let me know how that goes.

  8. 10 years, 11 months ago Peter Ah Ouais

    Same thinq :/ sorry

  9. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Is it just for that one row? Try this if so:

    #pg-12-1 { margin-bottom: 0 !important; }
  10. 10 years, 11 months ago Peter Ah Ouais

    thath works !!! Thank you :)

    but there the same think in another page
    http://www.grandgite.fr/gite-de-groupe-cabrieres
    between prix and the picto, is there a way to figure out or its my site ?

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

    Cool.

    If I’m seeing the line correctly it will be:

    #pg-2-5 { margin-bottom: 0 !important; }

    If you’re interested, when the HTML says ID the CSS selector starts with #. Here is Greg’s overview tutorial on essentially what I’m doing here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

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