Title: Mobile Menu Doesn&#039;t Work
Last modified: August 31, 2016

---

# Mobile Menu Doesn't Work

 *  Resolved [bbennett78](https://wordpress.org/support/users/bbennett78/)
 * (@bbennett78)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/)
 * I’m on an iphone 5 and the mobile menu on [http://www.GetArrow.com](http://www.GetArrow.com)
   only show the first four buttons and then a few of the services options. When
   I try to scroll down to see all of the services the menu closes up and it’s scrolling
   down the web page – making it impossible for any visitors to the site to see 
   all of the menu options.
 * I checked some other sites submitted on the forum and the mobile menu is doing
   the same on those sites as well. Any ideas?

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

 *  Theme Author [MageeWP](https://wordpress.org/support/users/magictheme/)
 * (@magictheme)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/#post-6932631)
 * Add codes below to your custom-css, you could decrease the max-width number if
   doesn’t work, notice this codes will case the fixed header not fixed below the
   max-width.
 *     ```
       @media screen and (max-width:640px) {
       .sticky-header {
           display:none!important;
       }
       }
       ```
   
 *  [flooh](https://wordpress.org/support/users/flooh/)
 * (@flooh)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/#post-6932738)
 * IS there any other solutio? This custom-css does not work.
 *  [lucia85](https://wordpress.org/support/users/lucia85/)
 * (@lucia85)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/#post-6932741)
 * I’m having the same problem and this solution doesn’t work… Any ideas?
 *  [sw_2015](https://wordpress.org/support/users/sw_2015/)
 * (@sw_2015)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/#post-6932750)
 * Menu on mobile is not working. Displays expanded on page load, have to click 
   toggle to close it. Can’t get to second level links, they don’t display. Will
   this theme be updated to fix it’s many problems?
 *  [sw_2015](https://wordpress.org/support/users/sw_2015/)
 * (@sw_2015)
 * [10 years ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/#post-6932752)
 * For anyone having issues with the mobile menu. This was my workaround:
 * – Use the Responsive Menu plugin here [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)
 * – Remove Meris mobile menu and search with this CSS:
 * button.site-nav-toggle {display:none !important;}
    button.site-search-toggle {
   display:none !important;}

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

The topic ‘Mobile Menu Doesn't Work’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/meris/1.1.2/screenshot.png)
 * Meris
 * [Support Threads](https://wordpress.org/support/theme/meris/)
 * [Active Topics](https://wordpress.org/support/theme/meris/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/meris/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/meris/reviews/)

 * 5 replies
 * 5 participants
 * Last reply from: [sw_2015](https://wordpress.org/support/users/sw_2015/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/mobile-menu-doesnt-work-5/#post-6932752)
 * Status: resolved