• Resolved avscor

    (@avscor)


    Hello,
    I created a mega menu to make a static block appear below the menu, and when I move my mouse to go to the static block to interact with it, the block will disappear and close before my mouse can get to it. The only way to not have this happen is to move my mouse incredibly fast and even then it only works 1 out of every 3 tries.
    I have zero knowledge in code, so I can’t find the problem… (and I tried a long time to..)
    What can I do?
    Thanks ??

    • This topic was modified 2 years, 4 months ago by avscor.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jay

    (@jaygumanid)

    Hi @avscor, the issue here is the gap between your menu link and the dropdown menu box.
    If you don’t mind reducing that gap, then we can fix the issue. You can do this by inserting a small line of CSS on your website.

    Go to Customize > Additional CSS

    then insert this:

    .jeg_megamenu .sub-menu {
    margin-top: -20px;
    }

    It’s not the best solution there is, but it fixes this issue quickly.

    Thread Starter avscor

    (@avscor)

    Great, it’s working now! Thank you! ??
    Do you know how this gap could have been created?
    Because I didn’t touch the code in the past, so I have no idea what could cause it…

    Jay

    (@jaygumanid)

    @avscor It could be caused by your theme’s stylesheet overriding the megamenu stylesheet. Either way, glad that’s ironed out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mega Menu Dropdown Disappears Before my Mouse Can Get To the Dropdown Box’ is closed to new replies.