Oria
Under Appearance > Editor, select header.php on the right.
Find:
1 |
<nav class="mobile-nav"></nav> |
Replace with:
1 2 3 4 5 |
<nav class="mobile-nav"> <?php if (function_exists('max_mega_menu_is_enabled') && max_mega_menu_is_enabled('primary') ) : ?> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> <?php endif; ?> </nav> |
Suggested Menu Theme Settings
To replicate the default menu style, set the following values in your menu theme (under Mega Menu > Menu Themes)
Top Level Menu Items > Menu Items Align: Center
Mega MenusĀ > Panel Width (outer): .container