I see two mobile toggle buttons

Unless your theme has specific integration for Max Mega Menu, your theme will be completely unaware that you have replaced the existing theme menu with Max Mega Menu.

In this situation your theme will continue to output it’s own mobile toggle button even though it is not needed (because Max Mega Menu includes it’s own mobile toggle button).

There are multiple solutions:

  1. Under Mega Menu > Menu Themes > Mobile Menu, enable the ‘Disable Mobile Toggle’ option. This will leave you with the default theme mobile toggle button, and clicking it will reveal the Max Mega Menu mobile menu in its open state
  2. Delete the theme mobile toggle HTML from your themes header.php file (see Removing Residual Styling)
  3. Use CSS to hide the theme mobile toggle button

Related Articles