How can I Make the header a little taller?

Support Area Forums Authentic How can I Make the header a little taller?

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://oakwoodlifesharing.org
  • Author
    Posts
  • #18626
    Avatar photoKristen
    Participant

    The header section seems a little short to me for the website I’m building, and I would really like to make it just a little taller. Thanks

    #18627
    Bill Robbins
    Moderator

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      header#primary {
      	padding-top: 50px;
      	padding-bottom: 30px;
      }
      
    3. Update your settings.
    4. See how that works for you. If you need more or less space, you can change the padding values above to achieve the fit you're going for.

    Hope that helps out,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I Make the header a little taller?’ is closed to new replies.