Title: Extra space below menu ul
Last modified: August 30, 2016

---

# Extra space below menu ul

 *  Resolved [Khadesa](https://wordpress.org/support/users/khadesa/)
 * (@khadesa)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/extra-space-below-menu-ul/)
 * Hey everyone,
 * i can’t seem to get rid of the ugly space below the buttons in my nav bar, they
   should be full height of the nav bar, with the text floating in the middle.
 * Any clue where to edit this? I’ve tried all the obvious .css…
 * site is [http://www.entirecreative.com/stone](http://www.entirecreative.com/stone)
 * Thanks for any help/suggestions

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/extra-space-below-menu-ul/#post-6594882)
 * You have a couple of options here. First, you could try reducing the height of
   the menu bar, but you’d also have to play around with the `background-position`
   of your logo, too:
 *     ```
       .main-navigation {
         min-height: 50px;
         background-position: 10px 5px;
       }
       ```
   
 * Or, you could expand out the height of the menu `<ul>` itself so that the menu
   text appears to be centered within the menu bar. This won’t work well if you 
   ever add more items to the menu so that it ends up on two lines.
 *     ```
       ul.nav-menu, div.nav-menu > ul {
         height: 75px;
         line-height: 75px;
       }
       ```
   
 *  Thread Starter [Khadesa](https://wordpress.org/support/users/khadesa/)
 * (@khadesa)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/extra-space-below-menu-ul/#post-6594894)
 * The Line-height worked a treat!, thanks heaps Stephen Cottontail,
 * Your skill is matched only by your knowledge.
 * You legend.

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

The topic ‘Extra space below menu ul’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Khadesa](https://wordpress.org/support/users/khadesa/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/extra-space-below-menu-ul/#post-6594894)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
