Home>Support>padding and margins between widgets

padding and margins between widgets

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

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More