• Resolved joycarlaina

    (@joycarlaina)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@joycarlaina)

    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.