corrections to navs

This commit is contained in:
Lukas Juhas 2017-12-15 12:51:21 +00:00
parent 3b5057a1bb
commit b1e6b6903e
4 changed files with 18 additions and 14 deletions

View file

@ -41,8 +41,8 @@
<span class="nav-burger__line"></span>
<span class="nav-burger__line"></span>
</a>
<nav role="navigation">
<?php wp_nav_menu(['theme_location' => 'header', 'menu_class' => 'nav nav--header']); ?>
<nav role="navigation" class="nav nav--header">
<?php wp_nav_menu(['theme_location' => 'header', 'menu_class' => 'nav__list']); ?>
</nav>
</div>
</header>