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.

Change Header Padding

Resolved 2 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,

I am using the Premium version of the Vantage theme. I would like to change the padding in the header to 0 px. I have created a Child Theme to do so, and am using the following css:

/* Header Padding */
header#masthead hgroup {
padding-bottom: 0px !important;
padding-top: 0px !important;
}

This does not change anything… Any help here? I am relatively new to this.

I have been reading (I think almost) everything on the forums to try to get an answer to my problem but haven’t found anything.

Thanks for your help!

URL: http://colocation.mystarpoint.com

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Elodie Kremer 11 years, 3 months ago

    Hi again,

    Resolved my problem by myself… was missing a dot before hgroup
    So the code actually goes:

    /* Header Padding */
    header#masthead .hgroup {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }
  2. Andrew Misplon Staff 11 years, 3 months ago

    Hi Elodie

    Glad to hear you found that change.

    All the best.

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