The Responsive Breakpoint Your mega menu will automatically collapse down to a mobile style menu on smaller screens. To test the mobile menu simply reduce the width of your browser window. You can adjust the screen width at which the menu converts to a mobile style using the Responsive Breakpoint…
Fix Mobile Menu Airi automatically closes the mobile sub menu when any of the links are clicked, and also adds an extra sub menu toggle icon. To fix both of these issues, install the TC Custom JavaScript plugin then go to Appearance > Custom JavaScript and add the following:
The Theme Editor in Max Mega Menu will let you apply styling to the First, Second and Third level items within your menu. The Fourth level items will inherit the Third level styling. To style the Fourth level items, go to Mega Menu > Menu Themes > Custom Styling and…
The authors of Philos have added custom JavaScript that directly targets Max Mega Menu and breaks the sub menu HTML. Therefore, we do not support this theme. Any issues should be reported directly to the theme authors.
Hestia comes with a built in Max Mega Menu theme, so the first step is to go to Appearance > Menus > Max Mega Menu Settings and set the Theme to “Hestia”. If you want to use the default Max Mega Menu theme instead, make sure you have set the…
Basic Menu Theme Setup Go to Mega Menu > Menu Themes and apply the following: Mega Menu > Panel Width (Outer):
.customify-container>div Mobile Menu > Responsive Breakpoint: 1024px
Fix Mobile Menu Go to Appearance > Customize > Addtional CSS and add the following:
1
2
3
4
5
6
body.mega-menu-primary.cws_mobile#site_header {
display:block;
}
body.mega-menu-primary.cws_mobile#mobile_header {
display:none;
}
Next, go to Mega Menu > Menu Themes > Mobile Menu and apply the following settings: Toggle Bar Height: 103px Toggle Bar Background: Transparent Sub Menu – Force Full Width: On
Fix Mobile Menu Go to Appearance > Customize > Addtional CSS and add the following:
1
2
3
4
5
6
.mega-menu-primary.dt-main-menu{
display:block;
}
.mega-menu-primary.dt-main-menu-md{
display:none;
}
EasyMag uses a fixed/sticky header on mobile, which makes it impossible to scroll down the contents of the mobile menu. To work around this, add a scrollbar to the mobile menu.