Stockie
Theme Setup
Make sure the Extended Menu in the theme settings is set to ‘Choose menu’:
Fix Icon Styling
Go to Mega Menu > Menu Themes > Custom Styling and add the following:
1 2 3 4 5 6 7 8 |
#{$wrap} #{$menu} a:before { bottom: auto; left: auto; opacity: 1; } #{$wrap} #{$menu} a:not([class^='dashicons']):not([class^='fa']):not([class^='custom']):not([class^='genericon']):before { content: normal; } |
Full Width Sub Menus
To make the mega sub menus span the width of the header, go to Mega Menu > Menu Themes > Mega Menus and set the Panel Width (Outer) to:
1 |
.header-wrap-inner |
Fix Mobile Menu
Copy the parts/elements/header-menu-nav.php file to your child theme, keeping the directory structure intact.
Find:
1 |
<div id="mega-menu-wrap" class="main-nav-container"> |
Replace with:
1 |
<div id="mega-menu-wrap-mmm" class="main-nav-container"> |
Save the file.
Next, from your WordPress dashboard go to Mega Menu > Menu Themes > Custom Styling and add the following:
1 2 3 |
#{$wrap} #{$menu} { visibility: inherit; } |