Title: Top Menu Width
Last modified: October 10, 2019

---

# Top Menu Width

 *  [rlambkin](https://wordpress.org/support/users/rlambkin/)
 * (@rlambkin)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/top-menu-width-3/)
 * Hi All
 * I am using megamenu along with the business theme. I would like the main top 
   menu, created using megamenu, to be full width, but can not seem to achieve this.
 * It currently is a centred black rectangle that word wraps the menu options.
 * Please see here
 * [http://www.virologyconsult.com](http://www.virologyconsult.com)
 * Thanks in advance.
 * Rob
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftop-menu-width-3%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, 8 months ago](https://wordpress.org/support/topic/top-menu-width-3/#post-12020395)
 * Hi Rob,
 * Thanks for posting a link.
 * Please go to Appearance > Customize > Additional CSS and add the following:
 *     ```
       header .grid,
       header .column,
       header .main-navigation,
       #page header .main-navigation > div {
       	padding: 0;
       	margin: 0;
       	max-width: none;
       	width: 100%;
       }
       ```
   
 * Regards,
    Tom
 *  Thread Starter [rlambkin](https://wordpress.org/support/users/rlambkin/)
 * (@rlambkin)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/top-menu-width-3/#post-12021406)
 * perfect, problem solved, thankyou…..
 *  Thread Starter [rlambkin](https://wordpress.org/support/users/rlambkin/)
 * (@rlambkin)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/top-menu-width-3/#post-12023224)
 * I thought this had solved my problem, but actually it caused a new one. The mobile
   menu does not seem to work in the “business identity” theme, it shows the donut
   but also the main menu.
 * I have created a page showing two images as examples, can you help?
 * [https://virologyconsult.com/examples-of-problem-with-mobile-menu/](https://virologyconsult.com/examples-of-problem-with-mobile-menu/)
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/top-menu-width-3/#post-12026782)
 * Hi Rob,
 * Please try this instead:
 *     ```
       header .grid,
       header .column,
       header .main-navigation,
       #page header .main-navigation > div {
       	padding: 0;
       	margin: 0;
       	max-width: none;
       	right: auto;
       	width: 100%;
       	z-index: 999999;
       }
       header .menu-toggle,
       header .search-form {
       	display: none;
       }
       ```
   
 * Regards,
    Tom

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

The topic ‘Top 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/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [megamenu](https://wordpress.org/support/users/megamenu/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/top-menu-width-3/#post-12026782)
 * Status: not resolved