I can't figure out for the life of me what is wrong with the sub nav. I think it has something to do with the the header.php file. I'm not sure how or even if I can add a <span> to the nav tag. Nav Code : Header.php <div id="mid"> <?php if($post->post_parent) $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0"); if ($children) { ?> <ul> <?php echo $children; ?> </ul> <?php } ?> <div id="mid-inner"> <div id="search"> </div> </div> </div> Code (markup): Here is a link to the website I am referring to under the nav. Its the "subnav" class is "mid". Website Link Thanks, Adam
It looks like it has something to do with your stylesheet.css or whatever css you're referencing. Is the sub-nav suppose to look like the main nav?
Sorry for not being more clear. The sub nav has a left, center and right span. But for some reason the span class on the right is not showing. Link to site: http://twelvestepbrewingcompany.com/website/?page_id=41 Link to css: http://twelvestepbrewingcompany.com/website/wp-content/themes/flashy/style.css php sub nav code: Above Example Image