Title: Menus behind content issue
Last modified: August 19, 2016

---

# Menus behind content issue

 *  [tazman](https://wordpress.org/support/users/tazman/)
 * (@tazman)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/menus-behind-content-issue/)
 * Hi everyone – I just installed a theme and noticed that the drop down menus disappear
   behind the page content. You can see it at [http://www.robertocerini.com](http://www.robertocerini.com)
 * Can someone suggest a way to fix it?
 * Thanks,
 * Rob

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/menus-behind-content-issue/#post-1130733)
 * Edit style.css (line 212) and change:
 *     ```
       ul#category-list li {
       float:left;
       font-family:Tahoma,Geneva,sans-serif;
       margin:3px;
       padding:5px 7px 3px;
       }
       ```
   
 * to
 *     ```
       ul#category-list li {
       float:left;
       font-family:Tahoma,Geneva,sans-serif;
       margin:3px;
       padding:5px 7px 3px;
       position:relative;
       z-index:500;
       }
       ```
   
 *  Thread Starter [tazman](https://wordpress.org/support/users/tazman/)
 * (@tazman)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/menus-behind-content-issue/#post-1130739)
 * Unfortunately that actually messes up the menu when you have a nested drop down
   AND only works with googleads.
 * Any other thoughts?
 * Roberto
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/menus-behind-content-issue/#post-1130740)
 * > Unfortunately that actually messes up the menu when you have a nested drop 
   > down
 * Are you sure? I actually tried it out on your site using Firebug and it worked
   fine for me.
 * > AND only works with googleads
 * Whatever gave you that idea? CSS works with whatever is on the page.

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

The topic ‘Menus behind content issue’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/menus-behind-content-issue/#post-1130740)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
