menu alignment issues
-
I publish http://www.cinemahaven.com if you take a quick peek you will see my home button has its own menu line and then my pages start at the line beneath it..I’d like to have it all on one line but I don’t want to risk butchering my homepage so i’m asking for help below is my code for the menu section on my header.php please help me get this straight. Have put in so many hours to making the site don’t want to lose it all on a simple mistake. Thanks
<li <?php if (is_home()) { echo ‘class=””‘; } ?>>/” title=”Home”>Home
</div> <!– navigation-left –>
<ul class=”sf-menu sf-menu-right”>
<?php wp_list_pages(‘title_li=’); ?>
<li class=”subscribe”>” title=”Subscribe”>Subscribe
The topic ‘menu alignment issues’ is closed to new replies.