fix extra menu button inside mobile view

This commit is contained in:
Jonas Heinrich 2020-06-11 14:59:55 +02:00
parent cec86f148e
commit 0a6ae01982
5 changed files with 38 additions and 9 deletions

View file

@ -9,4 +9,13 @@
));
?>
<?php
wp_nav_menu( array(
'container' => false,
'menu_class' => 'extraMenu',
'depth' => 0,
'theme_location' => 'extra',
));
?>
</nav>