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.

Can’t seem to set bottom margin to zero

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

12
  1. Laura Peterson 11 years, 11 months ago

    BTW – I am using Page Builder with Vantage Premium.

  2. Andrew Misplon Staff 11 years, 11 months ago

    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. Omar Ivan Huerta Cardoso 11 years, 9 months ago

    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. Andrew Misplon Staff 11 years, 9 months ago

    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. Omar Ivan Huerta Cardoso 11 years, 9 months ago

    Dear Andrew

    thank you! it worked.

    O.

  6. Andrew Misplon Staff 11 years, 9 months ago

    Not a problem, glad we could help.

  7. Otto Munters 11 years, 9 months ago

    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. Andrew Misplon Staff 11 years, 9 months ago

    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. Otto Munters 11 years, 9 months ago

    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. Andrew Misplon Staff 11 years, 9 months ago

    Super, glad we could help.

  11. Lena Sgambati 10 years, 11 months ago

    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*

    • Andrew Misplon Staff 10 years, 11 months ago

      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.

Have a different question or issue?

Start New Thread