no padding for gallery

This commit is contained in:
nomadics9 2025-02-10 23:33:53 +03:00
parent 643161f20c
commit 68961ba398

View file

@ -44,7 +44,7 @@ p.price del {
@media (max-width: 767px) { @media (max-width: 767px) {
.product_title { .product_title {
text-align: left !important; text-align: left !important;
margin-left: 20px !important; margin-left: 15px !important;
} }
p.price { p.price {
@ -155,6 +155,9 @@ a.ast-loop-product__link h2 {
.tp-image-hover { .tp-image-hover {
display: none !important; display: none !important;
} }
.gallery-item {
padding: 0px;
}
@media (max-width: 768px) { @media (max-width: 768px) {
.elementor img { .elementor img {
position: relative; position: relative;