Title: Consistent Hover Over Background Size
Last modified: August 31, 2016

---

# Consistent Hover Over Background Size

 *  Resolved [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/consistent-hover-over-background-size/)
 * I’m using the following template from Template Monster: [http://www.templatemonster.com/wordpress-themes/45545.html](http://www.templatemonster.com/wordpress-themes/45545.html)
 * Here is my site: [http://www.andyshay.net](http://www.andyshay.net)
 * I was able to make my menu have a second line for a couple main nav buttons with
   long names. But now when you hover over one of the single line buttons, the height
   of the menu leaves a gap. It’s shorter than the 2 line menu buttons. Roll over
   the word “Galleries” on my site and you’ll see what I’m talking about. Any idea
   where I’d attack this?

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

 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/consistent-hover-over-background-size/#post-7097047)
 * Hi there igendreau!
    You can try defining a height on all of the menu items, 
   so that all of them have the same height regardless of how long the name are.
 * Try adding this css:
 *     ```
       #topnav li a {
           height: 38px;
       }
       ```
   
 * Remember to use a custom css plugin or a child theme when apply css. I hope that
   solved it for you 🙂
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/consistent-hover-over-background-size/#post-7097161)
 * That worked like a charm. Thanks so much for the help!

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

The topic ‘Consistent Hover Over Background Size’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [igendreau](https://wordpress.org/support/users/igendreau/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/consistent-hover-over-background-size/#post-7097161)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
