[Theme: Twenty Sixteen] Move menu bar in a modified child
-
Hello,
I did a child theme and I modified header.php to have my picture header in full screen.
Now I would like to move my menu bar under the big title.
I’m able to do that when I move this part of the header.php :<?php if ( has_nav_menu( 'primary' ) ) : ?> <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php _e( 'Primary Menu', 'twentysixteen' ); ?>"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'primary-menu', ) ); ?> </nav><!-- .main-navigation --> <?php endif; ?>
just before :
</header><!-- .site-header -->
it works on my computer screen but there is a problem on a phone screen : menu is always unfolded.
Here is my site : i-magicien.com
Do you have a php solution ? or maybe css ?
Thanks in advance,
Trit
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Theme: Twenty Sixteen] Move menu bar in a modified child’ is closed to new replies.