Title: Full width menu &#8211; divi
Last modified: December 7, 2016

---

# Full width menu – divi

 *  Resolved [tspack](https://wordpress.org/support/users/tspack/)
 * (@tspack)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/full-width-menu-divi/)
 * I am trying to get the menu to be full width and have failed. I am using the 
   theme Divi.
 * I have “body” as outer width and “.container” as inner width. I tried using the
   MMM Divi child theme, but that didn’t seem to make a difference aside from aligning
   the menu to the right. (I’d rather not do the child theme, if at all possible.)
 * Help?
 * [http://operationalintelligencellc.com/](http://operationalintelligencellc.com/)

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/full-width-menu-divi/#post-8529378)
 * Hi tspack,
 * To make the menu full width please add this custom CSS to your theme:
 *     ```
       .et_header_style_centered nav#top-menu-nav {
           display: block !important;
       }
       .et_fullwidth_nav #main-header .container {
           padding-left: 0 !important;
           padding-right: 0 !important;
       }
       ```
   
 * Regards,
    Tom
 *  Thread Starter [tspack](https://wordpress.org/support/users/tspack/)
 * (@tspack)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/full-width-menu-divi/#post-8529574)
 * That worked! Thank you so much!

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

The topic ‘Full width menu – divi’ 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

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

 * 2 replies
 * 2 participants
 * Last reply from: [tspack](https://wordpress.org/support/users/tspack/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/full-width-menu-divi/#post-8529574)
 * Status: resolved