Change Header Padding
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!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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; }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.