Archived topic
How can I increase the z.index for the SubMenu?
3 replies · Started by Samuel on January 11, 2023
Viewing posts 1–4 of 4
Hello. How can I increase the z.index for the SubMenu? I have partly the problem that my submenu is below the content. The forum search did not help either.
Hi there,
try adding this CSS:
.header-wrap {
z-index: 1000;
}
Hi David,
works amazing. Thanks.
You're welcome
This archived topic is closed to new replies.