• wow, I absolutely love this theme. very pleasing to the eye.

    I’m not a fan of huge headers tho. I’ve been digging around in the css and header files trying to find how to adjust the position of the header. any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is the menu a horizontal bar? The appearance of the menu won’t need to change when you move it, you just want to change it’s position, not change the way it looks?

    If so, check header.php, which probably will contain the call for the menu, possibly within a div. You can just copy/cut the div/menu php line and move it where you want it.

    For example, this is in my theme:

    <?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?>

    I can put that down above the footer or below the header, or completely above the header — either way, it ends up (according to the styleheet) a horizontal green bar.

    This may or may not be true for your theme. It will depend on the theme and its own styles already in place for the menu.

    im happy i found this thread. i have the same question. i have tried “<?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu’ ) ); ?>” below the header but the menu doesnt shows vertically and i would like it horizontally, how can i do this?

    https://www.hrodrigues.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘love this theme! how do i change menu position?’ is closed to new replies.