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.

Masthead padding – changing header size.

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

URL: http://alonsosantamaria.com

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 9 months ago

    Hi 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.

Have a different question or issue?

Start New Thread