Title: Menu Padding
Last modified: August 21, 2016

---

# Menu Padding

 *  Resolved [kto1243@mac.com](https://wordpress.org/support/users/kto1243maccom/)
 * (@kto1243maccom)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/menu-padding-1/)
 * I am having a problem with the navigation getting pushed down when I include 
   a header image. Any ideas on how to fix? Live site is at [http://www.montereybaybirding.org](http://www.montereybaybirding.org).
 * Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/menu-padding-1/#post-4464186)
 * 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](https://wordpress.org/support/users/kto1243maccom/)
 * (@kto1243maccom)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/menu-padding-1/#post-4464188)
 * 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](https://wordpress.org/support/users/kto1243maccom/)
 * (@kto1243maccom)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/menu-padding-1/#post-4464190)
 * Oops… Rookie mistake – forgot to clear the cache. Working now. Thanks!
 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/menu-padding-1/#post-4464192)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/discover/1.7.33/screenshot.png)
 * discover
 * [Support Threads](https://wordpress.org/support/theme/discover/)
 * [Active Topics](https://wordpress.org/support/theme/discover/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/discover/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/discover/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/menu-padding-1/#post-4464192)
 * Status: resolved