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].
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 !
Hi 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:
You might also need to install the SiteOrigin CSS Editor.