Archived topic
How do I bring the Primary Navigation Dropdown to the top?
3 replies · Started by Martyn on April 2, 2022
Hi Guys,
I've noticed my Primary Navigation Dropdown appears underneath/behind some elements when we hover on the menu items at https://www.southernman.com.au/
See https://imgur.com/a/L8YEVud
Can you please help me fix?
Cheers,
Martyn
Hi there,
did you resolve the issue as i am having trouble replicating it?
If you are try adding this CSS to force the z-index up a notch:
.main-navigation {
z-index: 1000000 !important;
}
Thanks David,
It's intermittent over a few months. I'll keep this one up my sleeve if it keeps happening.
I really appreciate your help.
Cheers,
Marty
You're welcome