Title: Mobile Menu Initial Load Flashes
Last modified: October 18, 2021

---

# Mobile Menu Initial Load Flashes

 *  Resolved [igscb](https://wordpress.org/support/users/igscb/)
 * (@igscb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-initial-load-flashes/)
 * Hello,
 * For some reason on our website whenever you load it in mobile view the mega menu
   flashes before the page loads and the text of the menu loads vertically. I have
   a caching plugin and set it so that this path
 * /wp-content/uploads/maxmegamenu/style.css
 * doesn’t get minified, but the issue is still appearing. Is there a setting I 
   can configure or is it my site speed?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-menu-initial-load-flashes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-initial-load-flashes/#post-14983804)
 * Hi igscb,
 * Please go to Mega Menu > Menu Themes > Mobile Menu and set the Responsive Breakpoint
   to 1212px, also enable “Disable Mobile Toggle Bar”. This will sync the breakpoint
   with your theme. Then, in the Custom Styling area, add:
 *     ```
       @include mobile {
           body #mega-menu-wrap-primary {
               display: none;
           }
           body .mobile-menu-slide-wrapper.opened #mega-menu-wrap-primary {
               display: block;
           }
       }
       ```
   
 * This CSS will hide the menu until it is displayed within the slideout panel from
   your theme.
 * Regards,
    Tom
 *  Thread Starter [igscb](https://wordpress.org/support/users/igscb/)
 * (@igscb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-initial-load-flashes/#post-14985728)
 * Thank you Tom, I believe this resolved the issue and I no longer see it flashing

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

The topic ‘Mobile Menu Initial Load Flashes’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [igscb](https://wordpress.org/support/users/igscb/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-initial-load-flashes/#post-14985728)
 * Status: resolved