Home>Support>Space between header and first row

Space between header and first row

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

Hi,

I can’t seem to remove the gap between the header and the first row (made using page builder). Here is the website : www.theportroyal.co.uk/wp

It happens on all themes and it is set to 0 padding. I am wondering if it has something to do with the image? The image is large and is the background for the row (set to full width there is a gap between the top and bottom and set to standard there is a border around the image).

Can you help? I have tried looking at other threads and applying codes in the custom CSS with no luck.

Many thanks

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, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi Hdavies

    The top space is most often added from the theme’s styling. Our Vantage and North themes offer page settings to remove the header bottom margin for situations like this. This is the case on your home page at the moment. You can try removing this theme spacing by adding the following to your Custom CSS plugin:

    /* Home */
    .home .page_content {
    	padding-top: 0;
    }
    
    .home h1.entry-title {
    	display: none;
    }
    
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