Viewing 4 replies - 1 through 4 (of 4 total)
  • You could fix it by floating the logo div 🙂 Depends on whether you’re looking to just fix it or find out what’s happening 😉 I haven’t used this theme in a while but I think the nav gets pushed down because the theme expects the header image to span across the entire area.

    To simply fix it, you could use:

    #logo {
        float: left;
        margin: 0 0 1em 0;
    }

    (The margin just gives it a little more space between the header image and the “Welcome” text)

    Hope that helps!

    Thread Starter kto1243@mac.com

    (@kto1243maccom)

    Great idea – unfortunately it didn’t fix the problem! I just want to figure out how to have the navigation bar stay at the top. Again, all ideas are appreciated. Thanks SomewhatRounded!

    Thread Starter kto1243@mac.com

    (@kto1243maccom)

    Oops… Rookie mistake – forgot to clear the cache. Working now. Thanks!

    No worries, the cache is sneaky like that haha glad it worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Padding’ is closed to new replies.