reduce z-index
-
Hi, I’ve got a mailchimp popup banner that is conflicting with the mobile menu. I’d like to reduce the z-index of the menu so that it appears below the pop up, so people can x out of the pop up. I’ve tried adding this to the custom css without success:
@media only screen and (max-width: 801px)
.mob-menu-header-holder.mobmenu {
z-index: 99 !important;
}
and this
@media only screen and (max-width: 801px)
.mob-menu-header-holder {
z-index: 99 !important;
}any ideas?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘reduce z-index’ is closed to new replies.