Title: Mobile Max Mega Menu
Last modified: May 8, 2020

---

# Mobile Max Mega Menu

 *  Resolved [sue007](https://wordpress.org/support/users/sue007/)
 * (@sue007)
 * [6 years ago](https://wordpress.org/support/topic/mobile-max-mega-menu/)
 * Hi,
    I integrated Max Mega Menu in an ENFOLD Theme with an existing menu successfully,
   also the mobile Menu worked fine. After some changes it disappeared. In the CSS
   you can see why:
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   989px){
    .responsive #top #wrap_all .main_menu, .responsive #top #wrap_all .av_mobile_menu_tablet.
   main_menu { display: block !important;} }
 * I cannot identify what went wrong …. This Code cannot be overwritten – or I cannot
   find out how?
 * Regards
    Susanne
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-max-mega-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [sue007](https://wordpress.org/support/users/sue007/)
 * (@sue007)
 * [6 years ago](https://wordpress.org/support/topic/mobile-max-mega-menu/#post-12800729)
 * Sorry the code was wrong
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   989px){
    .responsive #top #wrap_all .main_menu, .responsive #top #wrap_all .av_mobile_menu_tablet.
   main_menu { display: none !important;} }
 * Diplay: none – this is the error
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years ago](https://wordpress.org/support/topic/mobile-max-mega-menu/#post-12801149)
 * Hi Sue,
 * I’ve checked your site and the mobile menu is looking OK to me (although I think
   it would look better if you set the Toggle Bar Height to 80px, and enabled the
   Sub Menu – Force Full Width option).
 * Have you already fixed it?
 * The only way to override “!important” rules is to make the selector more specific,
   e.g.
 *     ```
       @media only screen and (max-width: 989px){
           html .responsive #top #wrap_all .main_menu, 
           html .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
               display: block !important;
           }
       }
       ```
   
 * Regards,
    Tom
    -  This reply was modified 6 years ago by [megamenu](https://wordpress.org/support/users/megamenu/).
 *  Thread Starter [sue007](https://wordpress.org/support/users/sue007/)
 * (@sue007)
 * [6 years ago](https://wordpress.org/support/topic/mobile-max-mega-menu/#post-12801167)
 * Hi Tom,
 * I just found a sloution! I changed in the options
 * Hauptmenü > Menüelemente für Mobilgeräte > Browserbreite unter 990px
 * Cheers, Susanne
    -  This reply was modified 6 years ago by [sue007](https://wordpress.org/support/users/sue007/).

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

The topic ‘Mobile Max Mega Menu’ 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/)

## Tags

 * [max mega menu](https://wordpress.org/support/topic-tag/max-mega-menu/)

 * 3 replies
 * 2 participants
 * Last reply from: [sue007](https://wordpress.org/support/users/sue007/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/mobile-max-mega-menu/#post-12801167)
 * Status: resolved