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.

Bottom margin between objects

11 years ago · Last reply by Andrew Misplon 11 years ago

Hi

I am working with site origin page builder. I want to decrease the space between two rows on page. i.e i want to bring the upper and bottom objects(widgets) closer.

In firefox debug i saw inline css:

bottom-margin: 30px;

How do i change this to 10px

Please help.

Thanx

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi Manish

    Usually this can be edited from Settings > Page Builder > Margin Bottom. There is unfortunately a bug with this setting at the moment. You can however insert the following into a Custom CSS plugin or module, like the one in Jetpack:

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

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