Title: Dropdown not working
Last modified: June 6, 2019

---

# Dropdown not working

 *  [lassebang](https://wordpress.org/support/users/lassebang/)
 * (@lassebang)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/)
 * Hi,
 * When the width is small enough and the dropdown icon is shown its not clickable,
   what are i doing wrong?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-not-working-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611345)
 * [@lassebang](https://wordpress.org/support/users/lassebang/)
 * I could not see your submenu links in the source code. Can you please share your
   screenshot of admin menu section.
 * Thanks
 *  Thread Starter [lassebang](https://wordpress.org/support/users/lassebang/)
 * (@lassebang)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611390)
 * Here you go 🙂
 * > [View post on imgur.com](https://imgur.com/60GBjgR)
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611396)
 * [@lassebang](https://wordpress.org/support/users/lassebang/)
 * Thanks for sharing, there is have no drop down links
 * Read this doc for [how to add drop down menu ](https://themeisle.com/blog/wordpress-dropdown-menu-how-to/)
 * Thanks
 *  Thread Starter [lassebang](https://wordpress.org/support/users/lassebang/)
 * (@lassebang)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611422)
 * When you see it on a mobile the dropdown dont work, i dont need any sub pages
   on all these
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611432)
 * Fine, I understand your issue
 * Just add this CSS on your child theme
 *     ```
       #menu-hovedmenu .dropdown:hover  .dropdown-menu{
       	display:block;
       }
       ```
   
 * Thanks
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611522)
 * [@lassebang](https://wordpress.org/support/users/lassebang/)
 * Sorry by miss understanding
 * Use this jQuery code it will be working
 *     ```
       jQuery('.open-panel').click(function(){
       	jQuery('.main-menu').toggleClass('openNav');
       });
       ```
   
 * [https://ibb.co/KGt6N8r](https://ibb.co/KGt6N8r)
 * Thanks
 *  Thread Starter [lassebang](https://wordpress.org/support/users/lassebang/)
 * (@lassebang)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611671)
 * Where should i add that?
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611703)
 * It would be useful to you
 * [https://www.ostraining.com/blog/wordpress/custom-js/](https://www.ostraining.com/blog/wordpress/custom-js/)
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611764)
 * No, you need to add this code under footer section not header
 *  Thread Starter [lassebang](https://wordpress.org/support/users/lassebang/)
 * (@lassebang)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611808)
 * Found the issue, it was me that made some changes to footer.php that was wrong.
   Not fixed and working out of the box 🙂
 *  Thread Starter [lassebang](https://wordpress.org/support/users/lassebang/)
 * (@lassebang)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611809)
 * Big thanks!
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611816)
 * Great, Cheers 🙂

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/dropdown-not-working-9/#post-11611816)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
