I.E.7 Second level menu spaced to the right.

Forums Forums Menus I.E.7 Second level menu spaced to the right.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #459
    mmcfad
    Member

    Hi Ryan,
    My site is; http://www.vtwincyclemotorcyclescooter.com
    The dropdown menus works great in FF but using I.E.
    7 the second level menu is spaced far to the right.
    I read your solution re the ul div wrapper but can’t find it in my code.  Where would I look for that?

    Here’s your post;
    You have an errant UL tag with an ID of #nav wrapped around the menu.

    It will look something like the following in your theme:
    Code: [Select]
    <ul id="nav">
    <?php suckerfish(); ?>
    </ul>

    You need to remove those UL tags like so:
    Code: [Select]
    <?php suckerfish(); ?>

    Thanks
    Murray

    #4229

    Your site doesn’t have any of those problems. I’m assuming your issues are caused by the menu code being called before the BODY tag in your HTML. Move it to after the BODY tag and see if that helps. If it doesn’t improve things, then let me know and I’ll take a closer look for you.

    BTW, you are using a really old plugin. There is a new one available for you to upgrade to which is a lot better … https://geek.hellyer.kiwi/multi-level-navigation/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.