Title: mega menu issue
Last modified: April 9, 2021

---

# mega menu issue

 *  [kristinubute](https://wordpress.org/support/users/kristinubute/)
 * (@kristinubute)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/mega-menu-issue-3/)
 * Hi
 * I am using Storefront theme & Mega Menu.
 * I have the Logo centered, then the MAIN MENU underneath with background colour
   right across, with white text, centered etc.
    I need it to be full width from
   left to right which seems to be difficult to achieve for me…
 * As the Storefront theme I need to MOVE the menu underneath the logo, getting 
   the positioning correct for the Mega Menu has been a bit painful.
 * The coding I did to rectify to get the Mega MENU (Main Menu) to display full 
   width nearly with custom CSS coding is:
 *     ```
       #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
           margin-top: 0px;
           padding-right: 40px !important;
           color: #fff;
       }
       #mega-menu-wrap-primary #mega-menu-primary {
           visibility: visible;
           text-align: center;
           padding: 0px 0 0px 0;
           height: 40px !important;
           background-color: #222 !important;
       margin-top: 40px;
       	width: 160% !important;
           margin-left: -10% !important;
           margin-right: -32% !important;
       }
       ```
   
 * Has someone got some advice you can offer on HOW I can get things displaying 
   properly on PC .. (15″ laptop and 24″ LCD)
 * It’s working with that coding but each time I click on a menu item, the screen
   flashes slightly whilst loading, and whole menu moves to the right briefly before
   going back to where it should be …
 * Thanks in advance
 * Regards
    Kristin

Viewing 1 replies (of 1 total)

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/mega-menu-issue-3/#post-14297319)
 * Hi Kristin,
 * Please can you post a link to your site so I can take a look?
 * Rather than try to change the width of the menu itself, you should be changing
   the width of the container that the menu sits within. The menu will then fill
   the width of that container, and you won’t need too change any CSS related to#
   mega-menu-wrap-primary #mega-menu-primary
 * You may need this CSS instead (found on google)
 * [https://gist.github.com/cryptexvinci/e204d54c5bded68793ce4587ae0c3b00](https://gist.github.com/cryptexvinci/e204d54c5bded68793ce4587ae0c3b00)
 * Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘mega menu issue’ 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

 * [max mega menu](https://wordpress.org/support/topic-tag/max-mega-menu/)
 * [menu issue](https://wordpress.org/support/topic-tag/menu-issue/)
 * [storefront theme](https://wordpress.org/support/topic-tag/storefront-theme/)
 * [wordpress menu](https://wordpress.org/support/topic-tag/wordpress-menu/)

 * 1 reply
 * 2 participants
 * Last reply from: [megamenu](https://wordpress.org/support/users/megamenu/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/mega-menu-issue-3/#post-14297319)
 * Status: not resolved