• Resolved caridiaz

    (@caridiaz)


    Hi.. the url is http://www.lincolnparkpodiatryblog.com/.

    I’ve replaced the theme’s logo with a taller logo. I need to either
    1- increase the header area
    or
    2- drop down the nav bar

    I want there to be a little bit of the header green below the logo and before the nav bar.

    any ideas, tips or suggestions?

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can push the nav bar away from the header block by editing your theme’s stylesheet and changing:

    #header {
    height:165px;
    }

    to:

    #header {
    height:185px;
    }

    However, the green in the header is your body background image – background.png in your theme’s images sub-folder. You’ll also need to edit this image and add an extra 10 – 20 px of green color if you want to extend the green area on the page.

    Thread Starter caridiaz

    (@caridiaz)

    Figured it out 🙂

    Thanks!

    Thread Starter caridiaz

    (@caridiaz)

    Thanks esmi…. saw your post after i had figured it out 🙂

    appreciate your help though!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to drop down the nav bar under the logo..?’ is closed to new replies.