Tagged: dropdown, secondary menu, top menu
Hi, here is my URL : http://tinyurl.com/oms4nro
As you can see on the top menu the dropdown of “Group” cannot be clicked as it disappears:(
Could you please help me fix the bug? Thanks
Same problem here : http://smarturl.it/uvvodb
Try with “GARANTIR”
Looks like the bug appeared on 2.3 version.
I have the same problem with the latest Enfond Version 2.3
http://postimg.org/image/c8s5rn6t3/
I’ve just cleared the cache of my browsers and it’s fixed and working well on Safari, Chrome and Firefox…
I’ve just cleared the cache but still does not work
Had the same problem. Fixed it with changing z-index via css
#header_meta {z-index:10 !important;}
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { z-index: 2; }
Regards,
Yigit
Yigit,
This solution does not entirely fix the problem, some dropdown titles are cutoff.
-Tim
http://diamonddusters.org/teams/ulrigg/
View Top Right and hover over “Team” some of the dropdowns are messed up.
Bests,
Tim
Hey!
Please change previous code with following one
#header_meta { z-index: 9999; }
Best regards,
Yigit
That fixed the problem, thank you.