My images aren’t lining up in my collection. How can I fix it? Website is www.jsbuildcompany.com
Hi @jsbuildco
Thank you for the screenshot as well as the link to your store for us to look at. I can see when inspecting the product grid on the collection page that products with names that cross two lines are pushed into the next row of products.
I can also see that the product images are not of consistent sizes, which can also be adding to this.
I would recommend editing the product images to be of the same aspect ratio so that they line up more neatly. For the theme and the padding around the product listings, that may require shortening your product titles or having someone edit the theme code to adjust the space between the rows.
Thank you! Any tips on how I can work on the spacing between rows to accomodate for the additional line of text in the titles?
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.products-list {
display: flex;
flex-wrap: wrap;
}
Thank you so much! That finally did it!!

