How do I set the header to the highest z-index?
Right now, it’s just the fixed main header, but I am thinking about changing to the fixed header with social icons so I’d also like to know how to change the z-index for that one as well. I can’t find the right header code. I set my Quick CSS with z-index’s to a lower number like 9000 and plan on setting the menu to 9999, but don’t know how.
Hi Alex!
I’m not sure why you need this. Is the content overlapping the menu or the header?
.main_menu {
z-index: 9999;
}
.fixed_header #header {
z-index: 9999;
}
Best regards,
Ismael
Both, and thanks! That fixed it.
Glad Ismael could help, let us know if you have any more questions or issues :)
Regards,
Josue