• Resolved mjhorbal

    (@mjhorbal)


    I’m working on my menu setup and you’ll see the menu item “High Risk”.
    When I hover on “High Risk”, it drops the menu down as I wanted it to, but I can’t click on “HEART”…in fact the menu disappears again as I try to drop down and click on HEART or the next item “Heart Attack”

    How do I fix this so the dropdown remains visible and I can click on “HEART” or “Heart Attack” and have it take me to my posts? Thank you in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi mj,

    Please go to Appearance > Customize > Additional CSS and add the following:

    .site-header .nav-primary {
        position: relative;
        z-index: 999999999999;
    }

    Regards,
    Tom

    Thread Starter mjhorbal

    (@mjhorbal)

    Great, thank you.
    That worked exactly as I wanted it to…I appreciate the fast response!

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

The topic ‘Mega Menu Setup’ is closed to new replies.