Title: Adding third level dropdown menu
Last modified: August 21, 2016

---

# Adding third level dropdown menu

 *  [mep](https://wordpress.org/support/users/mep/)
 * (@mep)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/adding-third-level-dropdown-menu/)
 * Hi,
 * I am using a theme that supports the dropdown feature for the main navigation
   bar, but only for two levels (meaning, one dropdown effect). I really to add 
   a third level so visitors will have easier time navigating my site. How can I
   do this? I can handle some CSS and HTML.
 * Thanks

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/adding-third-level-dropdown-menu/#post-4982410)
 * What theme are you using? Where did you download it from?
 *  Thread Starter [mep](https://wordpress.org/support/users/mep/)
 * (@mep)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-third-level-dropdown-menu/#post-4982610)
 * I am using Fine theme, I downloaded it via admin panel. But I could also do it
   from the developer’s site, Cyberchimp
 *  Thread Starter [mep](https://wordpress.org/support/users/mep/)
 * (@mep)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-third-level-dropdown-menu/#post-4982663)
 * Okay, so I managed to add a third level drop down using css, but now that third
   level pops out from underneath the the parent menu, instead of from the side.
   This creates an ugly white space whenever I hover over the second level item.
 * I tried to set the “top” to 0, but it doesn’t help.
 * the code I have at the moment is:
 * .nav ul ul {
    display: none; margin-left: 20px; position: relative; left: 50%;
   top: 0;
 * }
 * .nav ul li:hover ul {
    display: block;
 * Here’s a screen shot of the current situation:
 * [http://www.thephotographyreview.com/wp-content/uploads/2014/07/third-level.jpg](http://www.thephotographyreview.com/wp-content/uploads/2014/07/third-level.jpg)
 * Any ideas?

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

The topic ‘Adding third level dropdown menu’ is closed to new replies.

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [nav bar](https://wordpress.org/support/topic-tag/nav-bar/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [mep](https://wordpress.org/support/users/mep/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/adding-third-level-dropdown-menu/#post-4982663)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
