Title: Mobile Menu opening problem
Last modified: August 30, 2016

---

# Mobile Menu opening problem

 *  Resolved [RareG](https://wordpress.org/support/users/rareg/)
 * (@rareg)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/)
 * I have a problem with my mobile menu on this site. When on my iPhone I click 
   a menu item in the mobile menu, it opens up the submenus and then immediately
   closes them again.
 * [https://wordpress.org/plugins/megamenu/](https://wordpress.org/plugins/megamenu/)

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/#post-6654801)
 * Hi RareG,
 * Please post a link to your site and I will take a look.
 * Regards,
    Tom
 *  Thread Starter [RareG](https://wordpress.org/support/users/rareg/)
 * (@rareg)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/#post-6654802)
 * Hello Tom,
 * This problem has been solved. It was a clash with modernizr
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/#post-6654803)
 * Hi RareG,
 * Sorry, I remember now – I think we dealt with it through Pro support. I thought
   it sounded familiar!
 * Regards,
    Tom
 *  [set_true](https://wordpress.org/support/users/set_true/)
 * (@set_true)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/#post-6654814)
 * I have very similar problem but in my case submenus are not visible at all on
   my iPhone. After clicking page gets refreshed…
 * Here is an address to web I’m talking about: [http://www.captainboomercollective.org](http://www.captainboomercollective.org)
 * Like you will see on iPhone submenus from ‘projects’ and ‘press’ is not showing
   up…
 * Please help!!!
 * Regards,
    Maria
 *  [set_true](https://wordpress.org/support/users/set_true/)
 * (@set_true)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/#post-6654815)
 * I fix this issue by adding in custom css:
 *     ```
       #{$wrap} #{$menu} {
           @media only screen and (max-width : $responsive_breakpoint) {
               li.mega-menu-item ul,
               li.mega-menu-item a:after {
                   display: inline !important;
               }
           }
       }
       ```
   
 * Unfortunately it’s all showing in one line now [ –> LOOK HERE](http://www.captainboomercollective.org/wp-content/uploads/2015/10/Screen-Shot-2015-10-21-at-9.07.40-PM.jpg)
   
   any possibility to move submenus a bit to the right – so everybody can see that
   those pages are under “projects” and “press” ?
 * Regards,
    Maria

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

The topic ‘Mobile Menu opening problem’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [set_true](https://wordpress.org/support/users/set_true/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-menu-opening-problem/#post-6654815)
 * Status: resolved