• The site is https://www.unitymagazines.org – you can see the first tab is unaligned. I found the reason is the “a href” piece of code including the “target”. When I remove that, it appears fine. Once I add the line, the tab malfunctions again. Any suggestions would be a great help.

    <div id=”headbanner”><img src=”https://unitymagazines.org/images/header-ad.gif&#8221; alt=”Academy of Art University” style=”height:75px; width:650px; border:1px solid black; float:right;>
    </div>

    <div class=”header-right”>
    </div><!– .header-right –>

    </div><!– #header –>

    <?php if($theme->display(‘menu_secondary’)) { ?>
    <div class=”clearfix”>
    <?php $theme->hook(‘menu_secondary’); ?>
    </div>
    <?php } ?>

  • The topic ‘Secondary Menu isn't aligned properly’ is closed to new replies.