fix extra menu button inside mobile view
This commit is contained in:
parent
cec86f148e
commit
0a6ae01982
5 changed files with 38 additions and 9 deletions
|
|
@ -9,4 +9,13 @@
|
|||
));
|
||||
?>
|
||||
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'container' => false,
|
||||
'menu_class' => 'extraMenu',
|
||||
'depth' => 0,
|
||||
'theme_location' => 'extra',
|
||||
));
|
||||
?>
|
||||
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue