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.
Fix Mobile Menu Go to Appearance > Customize > Additional CSS and enter the following:
1
2
3
4
5
6
.mega-menu-header-right.mai-toggle{
display:none;
}
.mega-menu-header-right.header-right{
display:block;
}
Then go to Mega Menu > Menu Themes > Mobile Menu and apply the following settings: Sub Menu – Force Width: On Sub Menu – Overlay Content: On Disable Mobile Toggle: Off