Hello,
can someone tell me how to reduce the distance between the product picture and product title?
Im using the Brooklyn theme: aliudclothing.com
Thank you!
Kim
Hello,
can someone tell me how to reduce the distance between the product picture and product title?
Im using the Brooklyn theme: aliudclothing.com
Thank you!
Kim
Hey @KimGottwald
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @KimGottwald ,
a.grid-product__meta {
text-align: center;
margin-top: -25px;
}