How to remove white space between Masthead and first row ?
I want to remove the white space but when I’m using this snippet –
#content {
padding-top: 0;
margin-top: -30px;
}
Tittle of other pages goes underneath Masthead.
I think I’m doing it wrong, Kindly help !
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Manoj,
The issue here is the margin-top applying a negative margin – it’s not needed and is moving the content below the masthead.
Please navigate to AppearanceCustom CSS and add the following CSS:
#content.site-main { padding-top: 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.