Search for: Search Want to move the menu from below the slider to above the slider Viewing 3 posts - 1 through 3 (of 3 total) September 27, 2011 at 11:35 pm September 27, 2011 #3213 sclohoParticipant I’ve tried a couple of things. I know that this is the code in the footer.php: <nav id=”access” role=”navigation”> <?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’, ‘container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?> </nav><!– #access –> But where do I move it to? September 27, 2011 at 11:51 pm September 27, 2011 #3214 sclohoParticipant Also FYI My site is: [url=http://www.scotthoward.me/]http://www.scotthoward.me/[/url] September 27, 2011 at 11:52 pm September 27, 2011 #3215 sclohoParticipant scloho said: I\’ve tried a couple of things. I know that this is the code in the footer.php: <nav id=\”access\” role=\”navigation\”> <?php wp_nav_menu( array( \’theme_location\’ => \’primary_nav\’, \’container_id\’ => \’primary-nav\’, \’container_class\’ => \’nav\’, \’fallback_cb\’ => \’minimatica_nav_menu\’ ) ); ?> </nav><!– #access –> But where do I move it to? Also FYI My site is: http://www.scotthoward.me/ Viewing 3 posts - 1 through 3 (of 3 total) Tagged: footer, header, navigation You must be logged in to reply to this topic.