Hello, I was curious on if I can resize my image for my Product Items in my collection, I would like the dimensions to be 290x386 px. Also How could I move my product gird title to left and smaller font. Could I also move the Pricing to the left instead of the center? I would like these changes on all product grid Items in every collection if possible, thanks.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
logisticsclothing.myshopify.com
Thanks.
i have test your image ration its perfect set as per your theme and gird just make text left please add this
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid-product__title {font-size: 12px;}
.grid-product__meta {text-align: left;}
