This topic has 2 replies, 2 voices, and was last updated 1 weeks, 5 days ago ago by Luca Rossi
How do i set the z index for headers inside xstore customizer?
I need the header to be infront of the content upon pop up mode (f.ex my accout pop up, or hamburger menu pop up).
But i cannot find where to add the z index like in elementor?
Looking forward to hearing from you.
Hi @Nicolo,
There is no settings for the main header, you can try with the custom CSS code:
header#header {
position: relative;
z-index: 999999;
}
But we’re afraid this will not work, because the popup, cart, my account, … are inside the header. it means they will always stay above the main header.
Best regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up