For some reason, the drop-down menu is not showing.
I think this is probably something to do with the z-index, but trying various options has no effect.
I can’t share a link, as the site is not currently online.
For some reason, the drop-down menu is not showing.
I think this is probably something to do with the z-index, but trying various options has no effect.
I can’t share a link, as the site is not currently online.
Hi @Moonworks,
It is most probably the z-index of the header area or the dropdown itself that needs to be increased. As we do not have the link to your site, please try this code:
.masthead,
.x-navbar .desktop .sub-menu {
z-index: 9999;
position: relative;
}
If the issue persists, kindly let us know when you have the site online so that we can check it.
Thank you.
Unfortunately, tjhat didn’t help, but I have found where the problem lies.
If I have Content Scrolling selected, I get the problem, but not when it is not selected.
Hi @Moonworks,
The content scrolling option of your header barm it will hide overflowing elements like sub-menu to give room for scroll functionality. Which isn’t needed in your setup, so please disable it.
Regards!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.