z index has different behaviors on different pages
-
Hi, I'm experiencing this problem:
I set up some images as "menu" and set high z-index value for that images (tried 1000 also) via custom css; in every pages but one every menu buttons go under the images when scrolling.
turenere.compage ok: https://www.turenere.com/bag/
page with the problem: https://www.turenere.com/derby/what could it be?
Thanks for the help -
Hi, I'm experiencing this problem:
I set up some images as "menu" and set high z-index value for that images (tried 1000 also) via custom css; in every pages but one every menu buttons go under the images when scrolling.
turenere.compage ok: https://www.turenere.com/bag/
page with the problem: https://www.turenere.com/derby/what could it be?
Thanks for the help@gian21 hey, maybe duplicate the page that is working correctly and swap the images out?
-
@gian21 hey, maybe duplicate the page that is working correctly and swap the images out?
@alasdair17 that's a nice idea thank you, I'll try.
-
what if you just add a class to the row (right click row and "add html class and id")
and then set the z-index of the row
.my-row{
z-index: 2;
} -
what if you just add a class to the row (right click row and "add html class and id")
and then set the z-index of the row
.my-row{
z-index: 2;
}@arminunruh Thanks! That worked fine.