Chester (YooThemes)
Copy the “layouts/header.centered.php” file to your Child Theme.
Find (line 42):
1 |
<?php echo $this['widgets']->render('menu'); ?> |
Replace with:
1 |
<?php wp_nav_menu( array( 'theme_location' => 'main_menu' ) ); ?> |
Go to Mega Menu > Menu Themes and insert the following into the Custom Styling area:
1 2 3 4 5 |
@include mobile { .tm-navbar { display: block; } } |