[Resolved] Changing Drop Down Menu Direction

  • Author
    Posts
  • #4443

    Andrew Misplon
    Keymaster

    Hi Tricia

    Good to hear from you 🙂 Apologies for the hassle. Please, try adding the following to Custom CSS and let me know the results:

    /* Left swinging drop-down menu items */
    .top-bar-navigation ul li.left ul {
        left: auto;
    }

    Thanks

    #4538

    Tricia
    Participant

    Hi Andrew,

    Bummer, that didn’t work. Just as before, the text is correct, but the white background is cut off and still swinging to the right. This is just in IE explorer though. Any suggestions?

    Thanks – Tricia

    #4539

    Andrew Misplon
    Keymaster

    Sorry about that, please, try replace the previous rule with:

    /* Left swinging drop-down menu items */
    .main-navigation ul li.left ul {
      left: initial;
      left: auto;
    }
    #4547

    Tricia
    Participant

    That did it! Thanks!!

    #4548

    Andrew Misplon
    Keymaster

    Super 🙂 Glad that helped.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Scroll to top