This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

custom-page template

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,
I want to put to 0 the distance between header and first row only on a page.

I read this useful thread

Get rid of margin between header and first page builder row

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?

URL: http://thebutterflyhunter.net/starthere/.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 4 months ago

    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.

    .page-id-22 #main {
    	padding-top: 0;
    }
  2. phil_traveler 10 years, 4 months ago

    It worked very well! Thanks

  3. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread