Remove Residual Styling Independent Publisher applies some of it’s own styling to elements within the menu. To stop this from happening, copy the header.php file to your Child Theme. Find:
Unfortunately Max Mega Menu is not compatible with Fashiro, due to both Fashiro and Max Mega Menu making extensive use of the same CSS class (“.mega-menu”), leading to unresolvable conflicts.
Fix Mobile Menu When Max Mega Menu is enabled you will see 2 mobile toggle buttons on smaller screens. Step 1. Go to Mega Menu > Menu Themes > Mobile Menu and set the Responsive Breakpoint to 768px. This will synchronize the theme mobile display with Max Mega Menu. Step…
Using the Woodmart demo as an example, unfortunately it is not possible to replace the “Browse Categories” menu with Max Mega Menu, due to the way the theme is coded. We do not recommend using Max Mega Menu with the Woodmart theme. Woodmart includes it’s own Mega Menu functionality, documentation…
These instructions are for the “Responsive Mobile” (aka “Responsive II”) theme by CyberChimps. Remove duplicate mobile toggle button Go to Appearance > Customize > Additional CSS and enter the following:
1
2
3
4
5
6
7
8
9
10
/** Hide mobile items **/
.mega-menu-header-menu#mobile-current-item,
.mega-menu-header-menu#mobile-nav-button {
display:none!important;
}
/** Remove left and right padding on mobile menu **/
.mega-menu-header-menu#main-menu {
padding:0;
}
Mega Sub Menu Widths We recommend the following settings to make the mega sub menus span the full width…
Remove Duplicate Main Menu The main menu will be displayed twice on the page when Max Mega Menu is enabled. To fix this, go to Tour Package > Page Style > Additional Style (CSS) and insert the following:
Removing residual styling The mobile menu when used with houzez suffers from Residual Styling. The following instructions will remove the theme mobile toggle button and display the Max Mega Menu in it’s default state on mobiles. Step 1: Theme setup Houzez has a non configurable mobile responsive breakpoint of 991px….
Hide the default “select” mobile menu and display the Max Mega Menu mobile menu instead Go to Appearance > Customize > Additional CSS and insert the following: