Title: Mobile Toggle Not Working
Last modified: July 30, 2021

---

# Mobile Toggle Not Working

 *  [Pattern Storm Designs](https://wordpress.org/support/users/pattern-storm-designs/)
 * (@pattern-storm-designs)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/mobile-toggle-not-working/)
 * Good day,
 * Please I need some help, I’m not sure where or how to edit. But on mobile my 
   website menu’s toggle feature is not working? It is suppose to not show the entire
   menu on mobile, only when you click on the toggle. How can I fix? Thank you so
   much for your time and support.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-toggle-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/mobile-toggle-not-working/#post-14720675)
 * It looks like there is a conflict with some of the custom CSS added to the site.
   This code in particular: [https://share.getcloudapp.com/jku4dEAo](https://share.getcloudapp.com/jku4dEAo)
 * If you need that code to edit the desktop menu, you wrap it in a media query 
   like this:
 *     ```
       @media all and (min-width: 800px) {
   
         /* Your CSS Here */
       }
       ```
   
 * That will prevent your code from affecting the mobile menu.

Viewing 1 replies (of 1 total)

The topic ‘Mobile Toggle Not Working’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mission-news/1.65/screenshot.png)
 * Mission News
 * [Support Threads](https://wordpress.org/support/theme/mission-news/)
 * [Active Topics](https://wordpress.org/support/theme/mission-news/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mission-news/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mission-news/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/mobile-toggle-not-working/#post-14720675)
 * Status: not resolved