Want to move the menu from below the slider to above the slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • #3213
    scloho
    Participant

    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?

    #3214
    scloho
    Participant

    Also FYI My site is: [url=http://www.scotthoward.me/]http://www.scotthoward.me/[/url]

    #3215
    scloho
    Participant

    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)

You must be logged in to reply to this topic.