trying imgs position
This commit is contained in:
parent
efd59f7dff
commit
7be75106e4
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,10 @@ p.price {
|
|||
border-width: 1px;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product img {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
.woocommerce ul.products, .woocommerce-page ul.products {
|
||||
gap: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
|
@ -150,6 +154,7 @@ a.ast-loop-product__link h2 {
|
|||
/* End of Complete the look */
|
||||
@media (max-width: 768px) {
|
||||
.elementor img {
|
||||
positin: relative;
|
||||
z-index: -1
|
||||
}
|
||||
.single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
|
||||
|
|
Loading…
Reference in a new issue