Site shows two mobile toggle buttons

Du bist hier:
< Alle Themen

If your theme doesn’t have a specific Max Mega Menu integration you have to disable the existing theme menu manually.

The easiest way to disable it is using CSS.

This is how it works with DIVI-Themes:

Menu-Themes => Custom Styling

/** Remove duplicate mobile toggle button when MMM is enabled */
#et_mobile_nav_menu {
    display: none !important;
}