Hi! I would like to reduce the padding between the product image and product title just a bit.
2 Likes
Hi @MarieClothes ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/section-main-product.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.product__info-container>*:first-child {
margin-top: 0;
}
}
Hello @MarieClothes ,
Please share your store URL and password(If it is password protected).
So that I can check and suggest you a solution
this one didn´t work, thanks anyway.
I had the same trouble on the Taste theme. Tried various coding suggestions but no dice. Solved it by cropping my product images to square - so, super tight on the top and bottom. Did the trick! Hope this helps
