Title: mobile version does not work
Last modified: November 23, 2016

---

# mobile version does not work

 *  Resolved [anemi09](https://wordpress.org/support/users/anemi09/)
 * (@anemi09)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/)
 * Hi,
    I am using the max mega menu with a theme from wpzoom and the mobile version
   does not work. If I enable the mobile menu I suddenly have two rows of menu on
   the computer and for the mobile it is only a list of the menu. If I don’t enable
   it, there is no menu on the mobile version. And as the max mega menu for mobiles
   is a long list, I actually I only want to use it for the computer and laptop 
   and not on the mobile version. For the mobile version I would like to use the
   normal theme version (just a few lines to click on). The website is [http://www.docmaja.de](http://www.docmaja.de)
   Can you please help me? Thank you and regards, emilia

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8472756)
 * Hi emilia,
 * To hide the duplicate menu, please could you try adding this CSS to your theme?
 *     ```
       #navbar-main {
           display: none !important;
       }
       ```
   
 * The mobile menu and the desktop menu are exactly the same, just displayed differently
   depending on the width of your browser. Therefore it is not possible to replace
   the desktop menu without replacing the mobile menu also.
 * To restore the MMM mobile toggle button, please go to Mega Menu > Menu Themes
   and uncheck ‘Disable mobile toggle’.
 * Regards,
    Tom
 *  Thread Starter [anemi09](https://wordpress.org/support/users/anemi09/)
 * (@anemi09)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8473982)
 * hi Tom,
 * thank you for your reply. Unfortunately nothing worked. After unchecking the 
   button disable toggle button there is no menu anymore on the mobile version. 
   And if I add the code there is no menu at all anymore.
 * Any other advice please?
    Thank you! emilia
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8474504)
 * Hi Emilia,
 * Your site has changed since I saw it this morning, I only see one main menu now,
   but before it was showing 2 main menus.
 * Please can you change it back to how it was before (with the 2 menus displaying),
   then try the instructions again.
 * Regards,
    Tom
 *  Thread Starter [anemi09](https://wordpress.org/support/users/anemi09/)
 * (@anemi09)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8476962)
 * Hi Tom,
 * I have activated the mobile menu again so now there are the two rows of the main
   menu back on. I have tried your code again and some variations but its not chasing
   anything.
 * Have you got another solution?
    thank you , regards, emilia
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8477168)
 * Hi Emilia,
 * In your custom.css file, please remove:
 *     ```
       .main-navbar {
          display: none !important;
       }
       ```
   
 * Then add:
 *     ```
       #navbar-main {
          display: none !important;
       }
       ```
   
 * Regards,
    Tom
 *  Thread Starter [anemi09](https://wordpress.org/support/users/anemi09/)
 * (@anemi09)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8477318)
 * Hi,
 * I don’t know why it didn’t work earlier, but now it did!
 * thank you!
 * regards emilia

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

The topic ‘mobile version does not work’ 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

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

 * 6 replies
 * 2 participants
 * Last reply from: [anemi09](https://wordpress.org/support/users/anemi09/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-does-not-work/#post-8477318)
 * Status: resolved