no padding for gallery
This commit is contained in:
parent
643161f20c
commit
68961ba398
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue