Title: Max Mega menu width
Last modified: March 2, 2020

---

# Max Mega menu width

 *  Resolved [fixpro](https://wordpress.org/support/users/fixpro/)
 * (@fixpro)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/max-mega-menu-width/)
 * Hello! Now the width of the menu depends on the number of lines in the menu.
   
   Is it possible to set the width of the menu to the full width of the screen? 
   Now the width of the menu depends on the number of lines in the menu
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmax-mega-menu-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/max-mega-menu-width/#post-12502558)
 * Hi fixpro,
 * Thanks for posting a link. The menu width is set by your theme, and MMM will 
   fill the width it is given.
 * Please go to Appearance > Customize > Additional CSS and add the following:
 *     ```
       .main-navigation {
           width: 100%;
       }
       ```
   
 * I think it would not be so noticeable if you set the menu background to white
   and the text to black (this is probably how your default theme menu looks).
 * Regards,
    Tom
 *  Thread Starter [fixpro](https://wordpress.org/support/users/fixpro/)
 * (@fixpro)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/max-mega-menu-width/#post-12512609)
 * > .main-navigation {
   >  width: 100%; }
 * Thanks for the answer! Everything is fine with the main menu now! How I can to
   apply the same action to the top menu?
    Best regards
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/max-mega-menu-width/#post-12515598)
 * Hi Fixpro,
 * Try this:
 *     ```
       .right-top-bar,
       .top-bar-menu {
       	float: none;
       }
       ```
   
 * Regards,
    Tom
 *  Thread Starter [fixpro](https://wordpress.org/support/users/fixpro/)
 * (@fixpro)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/max-mega-menu-width/#post-12515861)
 * Thank you, Tom!

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [fixpro](https://wordpress.org/support/users/fixpro/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/max-mega-menu-width/#post-12515861)
 * Status: resolved