Drop Down Menu Error - Question | JoomShaper

Drop Down Menu Error

MS

Martin Seidl

Helix Framework 1 year ago

Hi Team, while hovering to drop down menu it dissappears again and again and users cannot navigate to a drop down item because it dissappears, see https://www.loom.com/share/18249cfd3b134242be6877d56196fc9a

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

Hi there!

Thanks for reaching out.

Please use the following code in your custom CSS:

nav.navbar.navbar-expand-lg.navbar-light.bg-light.shadow-lg.rounded.border {
    z-index: 1;
}

Hope it helps!

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
MS
Martin Seidl
Accepted Answer
1 year ago #156410

Hi Rashida, seems it works thnx a lot!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #156424

Glad that it worked and you are always welcome:)

0