Title: missing header navigation on mobile
Last modified: April 4, 2021

---

# missing header navigation on mobile

 *  [sydalynhill](https://wordpress.org/support/users/sydalynhill/)
 * (@sydalynhill)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/missing-header-navigation-on-mobile/)
 * I recently noticed the hamburger header navigation is missing on the mobile view.
   Is there a setting that has changed? It shows up fine in desktop mode.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-header-navigation-on-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/missing-header-navigation-on-mobile/#post-14276742)
 * Hello [@sydalynhill](https://wordpress.org/support/users/sydalynhill/)
 * It seems like you are using elegant blocks so that plugin CSS was overwriting
   our theme CSS code.
 * You can use the following code in additional CSS box in customizer to get the
   menu toggle in mobile device:
 *     ```
       @media (max-width: 767px) {
       .menu-toggle.hide {
       	display: block !important;
       }
       }
       ```
   
 * Thanks 🙂

Viewing 1 replies (of 1 total)

The topic ‘missing header navigation on mobile’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/owner/1.2.6/screenshot.jpg)
 * Owner
 * [Support Threads](https://wordpress.org/support/theme/owner/)
 * [Active Topics](https://wordpress.org/support/theme/owner/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/owner/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/owner/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/missing-header-navigation-on-mobile/#post-14276742)
 * Status: not resolved