Title: Menu Width not working
Last modified: November 13, 2019

---

# Menu Width not working

 *  Resolved [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/)
 * I am having a hard time figuring out how I am supposed to move the menu items
   into view. I have tried to use the setting inside the plugin but it doesn’t do
   anything.
 * If you view [http://alphadogairinc.wpengine.com/](http://alphadogairinc.wpengine.com/)
   you can see the menu is hideous. What code should I add? Or am I missing a setting
   inside the plugin that will fix this? It is hiding my menu items behind my logo.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-width-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12131195)
 * Hi alphadogairinc,
 * It is your theme that dictates the width and position of the menu, we just replace
   what is there already, therefore there are no options within Max Mega Menu to
   move the menu (those options would be in your theme instead, as that is what 
   is controlling the position).
 * Can I see your site without MMM enabled so I can see how they have positioned
   your menu by default?
 * Regards,
    Tom
 *  Thread Starter [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12132083)
 * Please check now 🙂 [http://alphadogairinc.wpengine.com/](http://alphadogairinc.wpengine.com/)
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12132535)
 * Got it, thanks. Now please re-enable MMM?
 * Regards,
    Tom
 *  Thread Starter [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12132607)
 * I re-enabled MMM 🙂
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12133083)
 * Thanks. Please go to Appearance > Customize > Additional CSS and add the following:
 *     ```
       #mega-menu-wrap-primary-menu {
           margin-left: auto;
       }
       ```
   
 * Regards,
    Tom
 *  Thread Starter [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12133388)
 * Thanks tom.. how do I make the submenu correct though? Because the submenu mega
   menu items look terrible now. I wan’t them to be the full width of the sub menu
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12136692)
 * Hi alphadogairinc,
 * If you go to Appearance > Menus. Hover over Residential A/C and click the blue
   mega menu button. In the Mega Menu builder you can adjust the number of columns
   and change the width of each column – you need to spread them out so they fill
   the entire width of the sub menu. It looks like you need to change the number
   of columns from 6 to 4 (unless you plan on adding 2 more columns of content).
 * Regards,
    Tom
 *  Thread Starter [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12137190)
 * Thank you very much Tom, on mobile, when I open the menu, and scroll down to 
   view menu items, the menu disappears, then when I scroll up to a certain point,
   it appears again. Is this a MMM issue? It doesn’t happen with the theme menu.
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12137349)
 * Hi,
 * Please try this custom CSS:
 *     ```
       body.no-sticky header.navbar_fixed .main_menu {
         display: block !important;
       }
       ```
   
 * I think you will also want to add a scrollbar to your mobile menu:
 * [https://www.megamenu.com/documentation/how-to-add-a-scrollbar-to-the-mobile-menu/](https://www.megamenu.com/documentation/how-to-add-a-scrollbar-to-the-mobile-menu/)
 * Regards,
    Tom
 *  Thread Starter [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12137538)
 * Wow amazing! Thanks a lot. Is there anyway to avoid having to click the menu 
   link twice,on mobile, I have to click hamburger icon, then hamburger icon again.
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12137560)
 * Yes, see the first option on this page:
 * [https://www.megamenu.com/documentation/i-see-two-mobile-toggle-buttons/](https://www.megamenu.com/documentation/i-see-two-mobile-toggle-buttons/)
 * Regards,
    Tom
 *  Thread Starter [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * (@alphadogairinc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12137836)
 * wonderful, great help. Have a great weekend Tom

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

The topic ‘Menu Width not working’ 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

 * [custom theme](https://wordpress.org/support/topic-tag/custom-theme/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 12 replies
 * 2 participants
 * Last reply from: [alphadogairinc](https://wordpress.org/support/users/alphadogairinc/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/menu-width-not-working/#post-12137836)
 * Status: resolved