New Topic

Drop Down Menu Alignment in Internet Explorer Pushed Left

Home › Forum › Customization › Drop Down Menu Alignment in Internet Explorer Pushed Left

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1252
    StartupWP
    Keymaster

    Update:

    nav li ul{display:none;position:absolute;top:auto;left:auto;}

    to:

    nav li ul{display:none;position:absolute;top:auto;left:0;}

    #1253
    lance85
    Participant

    Thank you so much! Wow so simple … I’ve been stuck on this for a few weeks!

    #1254
    StartupWP
    Keymaster

    You’re welcome.

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