trying imgs position

This commit is contained in:
nomadics9 2025-02-10 22:55:05 +03:00
parent efd59f7dff
commit 7be75106e4

View file

@ -65,6 +65,10 @@ p.price {
border-width: 1px; border-width: 1px;
} }
.woocommerce ul.products li.product img {
position: static !important;
}
.woocommerce ul.products, .woocommerce-page ul.products { .woocommerce ul.products, .woocommerce-page ul.products {
gap: 0px !important; gap: 0px !important;
margin-bottom: 0px !important; margin-bottom: 0px !important;
@ -150,6 +154,7 @@ a.ast-loop-product__link h2 {
/* End of Complete the look */ /* End of Complete the look */
@media (max-width: 768px) { @media (max-width: 768px) {
.elementor img { .elementor img {
positin: relative;
z-index: -1 z-index: -1
} }
.single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container { .single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container {