Home>Support>Latest SiteOrigin updates have a problem

Latest SiteOrigin updates have a problem

By john, 7 years ago. Last reply by Alex S, 7 years ago.

I’ve spent 24+Hours trying to work out why I have a 20px white space above the hero widget (or indeed any row that I place at the head of my website). I now find, having created a completely new subdomain and uploading an earlier version of my site (which worked fine) on updating the North theme and updated SiteOrigin plugins as prompted, the unwanted white gap is back. Can you fix this?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    Hi John,

    Preface: This will be fixed in the next North update which is expected to be released later today.

    You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    article.page > *:first-child {
    	margin-top: 0;
    }
    
    article.page > *:last-child {
    	margin-bottom: 0;
    }
    
    article.page {
    	margin-bottom: 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