• Resolved baabs

    (@baabs)


    I have been grappling with this for some time. Currently the nav links are in the middle of my header background image. Unlike other themes, Make has code for the header in a few other places. I made a child theme and moved Header, Header Layout and Header Layout 3 in to edit, been moving things around but no luck. Any help would be appreciated.

    This is the code regarding nav in the layout header:

    <nav id="site-navigation" class="site-navigation" role="navigation">
    				<span class="menu-toggle"><?php echo esc_html( $menu_label ); ?></span>
    				<a class="skip-link screen-reader-text" href="#site-content"><?php _e( 'Skip to content', 'make' ); ?></a>
    				<?php
    				wp_nav_menu( array(
    					'theme_location' => 'primary'
    				) );

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving Nav Bar Down in Make Theme’ is closed to new replies.