Title: Dropdown Menu Problems
Last modified: August 30, 2016

---

# Dropdown Menu Problems

 *  Resolved [luda2015](https://wordpress.org/support/users/luda2015/)
 * (@luda2015)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/dropdown-menu-problems-2/)
 * Hi everyone!
    I have a small issue with my dropdown menu. On my website (adventureswithluda.
   com), whenever I hover over the “Travel Wishlist”, the sub categories are all
   jumbled up.
 * For example, it looks like this:
    Africa- Asia – Eastern Europe Western Europe
 * I’d like for each of the pages to be one line per topic, like this:
    Africa Asia
   Eastern Europe Western Europe
 * How can I get this?
    Thank you! 🙂

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

 *  [Jonathon Leathers](https://wordpress.org/support/users/jtleathers/)
 * (@jtleathers)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/dropdown-menu-problems-2/#post-6780793)
 * In the style.css file of your theme or child theme, find the following:
 *     ```
       .main-navigation ul ul li {
           z-index: 99999999;
           position: relative;
           background-color: #000;
           left: 0px;
           width: 200px;
       }
       ```
   
 * Change it to this:
 *     ```
       .main-navigation ul ul li {
           z-index: 99999999;
           position: relative;
           background-color: #000;
           left: 0px;
           width: 200px;
           display: block;
       }
       ```
   
 * That will make all sub-navigation items appear on their own line.
 *  Thread Starter [luda2015](https://wordpress.org/support/users/luda2015/)
 * (@luda2015)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/dropdown-menu-problems-2/#post-6780801)
 * jtleathers- Thank you so much, it worked! I really appreciate it 🙂
 *  [Jonathon Leathers](https://wordpress.org/support/users/jtleathers/)
 * (@jtleathers)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/dropdown-menu-problems-2/#post-6780839)
 * You’re very welcome!

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

The topic ‘Dropdown Menu Problems’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Jonathon Leathers](https://wordpress.org/support/users/jtleathers/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/dropdown-menu-problems-2/#post-6780839)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
