Home>Support>space between the header and the image?

space between the header and the image?

Hey,
Im new to SiteOrigin, but really enjoying it. Im building my personal website and im trying to get rid of the text and space from the top of each page, Not the blog posts but the individual pages.

I found this piece of css code that gets rid of the text but not the actual space.

article.page .entry-header h1.entry-title {
display: none;
}

Here is a link to my site so you can see what i mean.

www.paulmcgrath.ie

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. 7 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Paul,

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

    .home .entry-header, .home #primary {
    	margin: 0;
    	padding: 0;
    }
    
    .home .header-wrapper {
    	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