Title: move navigation below header
Last modified: August 21, 2016

---

# move navigation below header

 *  Resolved [joycarlaina](https://wordpress.org/support/users/joycarlaina/)
 * (@joycarlaina)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/move-navigation-below-header/)
 * I have a custom header image that I’m using, but now the nav bar shows up right
   in the middle of the header. I need it to be right below the header. Also, I 
   want the nav bar menu options to be centered instead of on the left. I’ve heard
   people say paste the nav code below the header code in header.php but I don’t
   have any nav code in my header.php Here’s what my header.php currently looks 
   like:
 *     ```
       <?php
       /**
        * Header Template
        *
        * Here we setup all logic and XHTML that is required for the header section of all screens.
        *
        * @package WooFramework
        * @subpackage Template
        */
       ?><!DOCTYPE html>
       <html <?php language_attributes(); ?>>
       <head>
       <meta charset="<?php echo esc_attr( get_bloginfo( 'charset' ) ); ?>" />
       <title><?php woo_title(); ?></title>
       <?php woo_meta(); ?>
       <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>" />
       <?php wp_head(); ?>
       <?php woo_head(); ?>
       </head>
       <body <?php body_class(); ?>>
       <?php woo_top(); ?>
       <div id="wrapper">
   
       	<div id="inner-wrapper">
   
       	<?php woo_header_before(); ?>
   
       	<header id="header" class="col-full">
   
       		<?php woo_header_inside(); ?>
   
       	</header>
       	<?php woo_header_after(); ?>
       ```
   
 * my site is [http://emtcertification.co](http://emtcertification.co)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/move-navigation-below-header/#post-3875358)
 * You’ll need to ask WooThemes for help – as commercial themes aren’t supported
   on these forums – it’s part of what you paid for.
 *  Thread Starter [joycarlaina](https://wordpress.org/support/users/joycarlaina/)
 * (@joycarlaina)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/move-navigation-below-header/#post-3875359)
 * I did, but they usually take a lot longer to respond than you guys here at WordPress
   Support. I guess I’ll just wait for their reply. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘move navigation below header’ is closed to new replies.

## Tags

 * [move navigation](https://wordpress.org/support/topic-tag/move-navigation/)

 * 2 replies
 * 2 participants
 * Last reply from: [joycarlaina](https://wordpress.org/support/users/joycarlaina/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/move-navigation-below-header/#post-3875359)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
