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.

Space between header and first row

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 9 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread