position and z-index both mobile and global

This commit is contained in:
nomadics9 2025-02-10 23:47:27 +03:00
parent 97d9de2643
commit 5d2c26bb80

View file

@ -164,12 +164,12 @@ a.ast-loop-product__link h2 {
} }
} }
/* End of Complete the look */ /* End of Complete the look */
@media (max-width: 768px) {
.elementor img { .elementor img {
position: relative; position: relative;
z-index: -1; z-index: -1;
} }
@media (max-width: 768px) {
.single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container { .single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
max-height: 560px; max-height: 560px;
} }