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