• Hello, I’m using the EA menu widget and have a little issue I would like some help with. Upon hover, the menu is not very user friendly in my opinion. It’s hard to get it to stay on the screen without disappearing. As soon as you hover over the category “Sectors”, the drop down disappears too fast. You have to play with it too much to get to the sub items. Once you get to them, if you are lucky enough, they disappear too quickly also. As I am going to end up with a pretty large menu when the site is done, I want the user to be able to hover his mouse for a bit over the parent and child items on the menu without them disappearing. thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @writesync ,

    This is actually occurring for the z-index value. In our widget CSS, z-index value is defined to 1 but bottom of your section is taking more higher value of z-index . As a result when sub-menu is open then your items goes to behind.

    So, Add this CSS on your stylesheet. This will be solved 🙂

    .eael-advanced-menu.eael-advanced-menu-horizontal li ul {
        z-index: 9 !important;
    }

    Let me know how it goes.
    Cheers!

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @writesync ,

    I hope you are doing fine. We haven’t heard back from you yet.
    Can you please confirm whether your issue has been resolved or not?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Navigation Menu Issue’ is closed to new replies.