Hi There
After activating the custom sub-menu element on my website, The menu items are not clickable.
Can you please have a look at this? This happens on Chrome and Edge browsers and occasionally on Firefox.
Please help
When I do a inspect element and change the following CSS, it works :
#top .sticky_placeholder {
height: 51px;
position: static !important; ### – It was set to relative, it didn’t work ###
clear: both;
}
I changed this in customize section
Hi Willem7904,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi There
No the problem is not fixed. Changing the position to static causes the sub-menu to be visible when you scroll down on the page but only on some sections.
Have a look here : https://www.novomed.com/specializedclinics/our-services/urology-andrology/
Scroll down to the doctors section (More about our Urology & Sexual Health Specialists) then you will see the menu all broken…
Thank you for your help here
Hi,
Thank you for the login, I read your comments above and looked at the sticky sub-menu url, and found that the menu was not visible because the slider element had a higher z-index than the sub-menu, so I changed the sub-menu z-index in your WordPress > Customize > Additional CSS to 5
Now it seems to work correctly, Please clear your browser cache and check.
Best regards,
Mike