Hello, I can’t find a solution for this problem with the collection grid boxes height and I’m aware that the problem with the height is related to the images size, but I have hundreds of images to resize and I’m looking for a changing the code solution.
1: the product names are too long, so in the collection grid boxes it was showing only 15 characters for the name, I changed the code and now the product names are taking two lines into the collection grid boxes, this way the collection grid boxes have different heights but not too bad.
2: the some of the pictures at the collection grid boxes and into the product itself page were cropped, changed the code and now the pictures in both collection grid boxes and product page looks not cropped any more.
3: After changing the code for issue #2 (cropped pictures), almost all of the collection grid boxes are showing different heights.
Already contacted tech support for issue #3 and they sent instructions about choosing small, medium and large image size from the “customize”, it didn’t work.
They also said that using a resizing app could help, I installed an app and it did the process of resizing but the website keep showing different collection grid boxes height.
Tech support said that adding**.thumbnail { height: 500px; }** at the end of the styles.scss.liquid. It didn’t work.
Other users on the Shopify forum having the same problem are pasting different pieces of the code to the theme.scss.css, but I don’t have the theme.scss.css, what I have is styles.scss.
What I need is to have the same height of the boxes regardless of the height of the pictures, so editing and resizing the pictures is not an option for me.
Please guide me on a solutions modifying the code.
Thank you.





