Dropdown Menu Disappearing Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Dropdown Menu Disappearing Issue

BH

Bernhard Huber

Template 1 year ago

Hello,

I'm experiencing an issue with the drop-down menu on my website. When the menu isn't in 'sticky' mode, the dropdown options begin to vanish as I attempt to click on an item. The menu only becomes visible when I hover over the main menu entry. I hope this explanation clarifies the problem. I suggest trying it out yourself for a clearer understanding of the issue. Could you assist me in resolving this?

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #144052

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover > .sp-dropdown {
    top: auto;
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Hope this helps:)

Best Regards

0