Home>Support>Can’t seem to set bottom margin to zero

Can’t seem to set bottom margin to zero

Hi,

I’m trying to squeeze down a layout for mobile. I’ve managed to get all the paddings and margins to sizes I want… almost :-) Somewhere these is something that is setting a margin-bottom of 35px set on the class “panel-grid-cell”. I went into Settings>Site Origin Page Builder and set the “Margin Bottom” setting to 0. When I click on Save Changes, it resets the “Margin Bottom” to 35px (?!).

How do I get the Margin Bottom setting to save?

Thanks, Laura

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, 6 months ago Laura Peterson

    BTW – I am using Page Builder with Vantage Premium.

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

    Hi Laura

    Unfortunately a bug in the Page Builder settings at the moment. We do have it logged and will resolve as soon as possible. In the mean time you can try the following under Appearance > Custom CSS:

    .panel-grid-cell .panel {
    margin-bottom: 0 !important;
    }
  3. 10 years, 4 months ago Omar Ivan Huerta Cardoso

    Hello

    I have tried this code but without success, stills 35px. I’m using vantage premium too. Did you find a way to solve it?

    Kind regards

    O.

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

    Sorry try this rather, adjust as required:

    /* Set Page Builder bottom margin */
    
    .panel-grid-cell {
    margin-bottom: 100px !important; /* Adjust the number on this row as desired */
    }
  5. 10 years, 4 months ago Omar Ivan Huerta Cardoso

    Dear Andrew

    thank you! it worked.

    O.

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

    Not a problem, glad we could help.

  7. 10 years, 4 months ago Otto Munters

    I have the same question.
    Where do I put this code in? In a CSS file from the Page Builder Plugin? Which one?
    I tried tot put it in my Child theme (WeaverII Pro) and I tried to put in the siteorigin-panels/css/front.css from the PB plugin. None of these works.
    WP 3.9
    Thanks

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

    Hi Otto

    If you have a child theme running insert that snippet into the style.css of your child theme. If it doesn’t work please open a new thread and I’ll answer you there.

  9. 10 years, 4 months ago Otto Munters

    Yes, it works. I have put the snippet into the section of adding custom CSS Rules to Weaver II’s style rules.
    Weaver II Pro is my theme and it works fine now.
    Thank you!
    Best regards, Otto
    http://www.overfred-enzo.nl

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

    Super, glad we could help.

  11. 9 years, 6 months ago Lena Sgambati

    This totally worked for me ! awesome
    i added the code in CSS stylesheet – right before the

    /* =Global
    ———————————————– */

    in the beginning section of the code

    yayaya – *happy*

    • 9 years, 6 months ago Andrew Misplon
      Hi, I Work Here

      Hi Lena

      Please remember that any edits made to style.css will be lost during theme update. This thread is pretty old, the info isn’t really relevant anymore. If you open a fresh thread and pos the link here we can help out asap:

      Page: New Thread

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