Support » Themes and Templates » Horizontal menu hidden behind banner. How to change order.

  • I am using the sodelicious-black-10 theme which has horizontal menu/tabs and logo/banner area across the top left side of page. http://www.midway.name I adjusted the width of the logo/banner in style.css to go across the whole page but this causes it to cover the menu/tabs. The tabs are above the blue and behind the text: New York How can a get the tabs on top of the banner instead of behind the banner? Below is the header.php code:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>
    <script src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/js_liveclock.js” type=”text/javascript”></script>

    </head>
    <body>
    <div id=”header”>
    <div id=”header_logo”>
    <div id=”header_logo_description_”> <h1>/”><?php bloginfo(‘name’); ?></h1><div class=”description”><?php bloginfo(‘description’); ?></div></div>
    </div>
    <div id=”header_menu”>
    <ul id=”nav”>
    <li class=”page_item”>/” title=”Home”>Home
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?>

    <script src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/menu_bar.js” type=”text/javascript”></script>
    </div>
    </div>
    <div id=”page”>

  • The topic ‘Horizontal menu hidden behind banner. How to change order.’ is closed to new replies.