• Is there a way to right-justify the Sub Menu (the one that appears underneath the header image) in the Yoko theme? By default it seems to be left-justified.

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter sanfranock

    (@sanfranock)

    Can you do it by editing the following bit of code from header.php, which references the sub menu?

    <nav id=”subnav”>
    <?php
    if (is_nav_menu( ‘Sub Menu’ ) ) {
    wp_nav_menu( array(‘menu’ => ‘Sub Menu’ ));} ?>
    </nav><!– end subnav –>

Viewing 1 replies (of 1 total)
  • The topic ‘Right-justifying the sub menu in Yoko’ is closed to new replies.