Masthead padding – changing header size.
Hello.
I need a taller header in my site. I moved padding but the header image moves down, this means that the background color shows on top of the site.
I somehow managed to show my whole image moving the css. I can not remember how I did that…
But… I then was forced to move the sticky menu down in the css, and put some padding for the header to move the remaining of the site down (so that contents were not too close to the menu).
This is a complex solution.
Is there a way to fit the masthead height to my header image?
Thanks.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Alonso
Thanks for reaching out.
Header Padding found in the Customizer adds top and bottom padding. If you’d like to just add bottom padding, add the follow to Appearance > Custom CSS:
/* Header Padding */ #masthead .hgroup { padding-bottom: 50px; }Adjust as required.
Let us know how you come along.
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.