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 want to put to 0 the distance between header and first row only on a page.
I read this useful thread
and tried in CSS this code
[#main {
padding-top: 0;
}]
which works well but on all pages.
So I created a page template in my vantage-premium child theme
and called page-starthere.php as described in that thread.
Tried to paste the code
[#main {
padding-top: 0;
}]
but nothing happens
what I’m doing wrong?
Hi Phil
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
It worked very well! Thanks
For sure :)