Reply To: Changing the Position of the Elements in the Navbar

#22993
browebmaster
Participant

Ok. I understand the difficulty of my request so I decided to modify the design. I saw a post here in the forum for adding a second navigation bar. I would want it to appear under the Primary Navbar, above the slider. I checked the WordPress documentation and came up with this code:
<div class="secondary-navigation"><?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?></div>`

Where do I place the code to have the second navbar in the position I want?

Thanks for all your help! I truly appreciate your response.