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(); ?> |
1 |
<?php wp_nav_menu( array('theme_location' => 'menu_top') ); ?> |
1 2 3 4 |
#{$wrap} #{$menu} { max-width: 1050px; margin: 0 auto; } |