• Hello,
    On the website https://044e258.netsolhost.com/, the menu items work on the 1st 6, but then on menu items 7, 8, & 9, you have to hold the cursor way down to the bottom of the container of the menu item in order for hover to pop up and become clickable. If you hover over the menu text, nothing happens.

    I tried your suggestion for removing residual style here https://www.megamenu.com/documentation/removing-residual-styling/, but I couldn’t find any code for wp_nav in the header.php.

    Personally, I’m more comfortable adding code to the additional css in Appearance>Customize (if you have a suggestion I can do there).

    Thank you kindly!

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

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

    (@megamenu)

    Hi lteachum,

    Thanks for posting a link. There is a hidden element which is overlaying the menu, preventing you from clicking underneath it (something to do with the header search). To fix it, please add the following to Appearance > Customize > Additional CSS:

    .site-header.default .main-navigation {
        z-index: 99999999;
        position: relative;
    }

    Regards,
    Tom

    Thread Starter LoriT

    (@lteachum)

    @megamenu thank you for the swift response!
    I added your code to additional css.
    It still doesn’t work in Chrome starting with Commercial.
    In Firefox it doesn’t work starting with Residential.
    (however in the Customize pre-viewer – it all works!)

    Any other ideas?
    Thanks so much!

    Plugin Author megamenu

    (@megamenu)

    Hi lteachum,

    Please can you try adding the CSS to Mega Menu > Menu Themes > Custom Styling instead? For some reason (I am not sure why), the CSS you’ve added to the customizer isn’t being accepted by the browser, although it looks absolutely correct as far as I can tell.

    Regards,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘First 6 Menu items work and then they don’t after that.’ is closed to new replies.