custom-page template
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
.page-id-22 #main { padding-top: 0; }It worked very well! Thanks
For sure :)
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.