Title: WordPress Menu not working.
Last modified: August 31, 2016

---

# WordPress Menu not working.

 *  Resolved [officepark](https://wordpress.org/support/users/officepark/)
 * (@officepark)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-menu-not-working/)
 * basically, I added a new page to the menu and now the the drop-down menu effect
   stopped working.
 * Can anyone help me?
 * [http://krieger-medienrecht.de/](http://krieger-medienrecht.de/)
 * the website is in German but that is not a problem, because I speak English.

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

 *  Thread Starter [officepark](https://wordpress.org/support/users/officepark/)
 * (@officepark)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-menu-not-working/#post-7324651)
 * Also I should add that the site’s Theme is
    Starkers HTML5Version: 3.2.
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-menu-not-working/#post-7324652)
 * Add this lines on your style.css file in your child theme
 *     ```
       #nav ul .sub-menu {
         background: #000 none repeat scroll 0 0;
         height: auto;
         margin: 0;
         position: absolute;
         width: 250px;
         z-index: 1000;
         display:none;
       }
       #nav ul .sub-menu li a {
         padding: 0 15px;
         display: block;
       }
       #nav ul li:hover .sub-menu {
       	display:block;
       }
       ```
   
 *  Thread Starter [officepark](https://wordpress.org/support/users/officepark/)
 * (@officepark)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-menu-not-working/#post-7324676)
 * Problem solved.
 * Thanks

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

The topic ‘WordPress Menu not working.’ is closed to new replies.

## Tags

 * [dropdown menu](https://wordpress.org/support/topic-tag/dropdown-menu/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [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: [officepark](https://wordpress.org/support/users/officepark/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-menu-not-working/#post-7324676)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
