Z index fixed element
-
I have a fixed element (text) positioned with the grider as following:
.fixed-element{
position: fixed;
top: 1%;
right: 2%;
z-index: 5;
}
and this one works perfectlybut I also have a logo on the other side (image) and that one is always behind the project thumbnails doesn't matter how I set the Z index. (The selector is correct since the logo is fixed)
.fixedlogo{
position: fixed;
top: 2%;
right: 91%;
z-index: 1000000;
}
What could be wrong? -
@dani thanks a lot, I solved it. At the end I created custom html and css for those elements. There was a topic also about more or less the same issue and what I found out is with the gridder you basically cannot use Z-index unfortunately. But if you have a solution for that let me know :)
-
-
Thank you Marius!
-
This post is deleted!
-
hey i will release an update later today now that will make position fixed work again
can u update and then see if it works?
if not can you post the link here and i will take a look
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it