Theme Development Suggestion: Z-Index
-
Small recommendation. The main menu bar is currently set with a very high z-index that causes overlap with popups and sliders. I recommend lowering the Z index to something more modest (e.g. 100, 999)
.main-navigation.translucent {
position: absolute;
z-index: 999;
- The topic ‘Theme Development Suggestion: Z-Index’ is closed to new replies.