Fable
This guide will completely replace the header section (including your logo) with Max Mega Menu. You will need to recreate the logo using the Menu Logo functionality in Max Mega Menu Pro.
From your WordPress Dashboard, go to Appearance > Editor and select header.php on the right.
Find:
1 |
<?php echo $Menu->create(); ?> |
Replace with:
1 |
<?php wp_nav_menu( array('theme_location' => 'menu_top') ); ?> |
From your WordPress Dashboard, go to Mega Menu > Menu Themes and select your active menu theme and insert the following into the ‘Custom Styling’ area on a new line:
1 2 3 4 |
#{$wrap} #{$menu} { max-width: 1050px; margin: 0 auto; } |