complete the look navigation button hidden in mobile

This commit is contained in:
nomad 2025-04-06 09:43:47 +03:00
parent 5add4fc858
commit 4cd657ff8b

View file

@ -201,6 +201,10 @@ a.ast-loop-product__link h2 {
margin-bottom: 0px !important;
height: auto;
}
.owl-nav {
visibility: hidden;
}
}
/* End of Complete the look */
@ -210,16 +214,5 @@ a.ast-loop-product__link h2 {
}
/*/* single product image */
*/ @media (max-width: 768px) {
.elementor-widget-container {
max-height: 560px;
}
.elementor-widget-image-carousel .swiper .swiper-slide figure {
max-height: 560px;
}
}
/* End of AlaskarDev */