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.

padding and margins between widgets

9 years ago · Last reply by Alex S 9 years ago

I have wracked my brain trying to figure out how to tighten up the padding and margins in pagebuilder. For example please see this page
https://www.jtmnutrients.us/about-jtm-nutrients/

Nothing I have done reduces the space between the content (widgets) and the menu and footer.

any help greatly appreciated.

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 1 day ago

    Hi Pat,

    According to your markup, you’ve added 200px of horizontal spacing to each of rows on that page. To adjust your row padding please open the row by clicking the wrench icon above it and head over to the row styles sidebar. Open the Layout settings group and adjust your padding.

    Outside of that, there are two bits of spacing being added between the last row and footer. You can remove them with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    .page .entry-footer {
    	margin-top: 0;
    }
    .page .content-area .hentry:first-child {
    	padding: 0
    }
    .page .page-wrap .content-wrapper {
    	padding: 0;
    }

    You might also need to install the SiteOrigin CSS Editor.

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