All things Shopify and commerce
Hi,
I have product images of different sizes and I would like to align all the pictures at the bottom instead of the top as you can see on the screenshot. Like that the product titles would also be on the same line.
Does anyone has a solution for me? site link : https://bc0ce9-88.myshopify.com/
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Hello,
Add this code snippet in your theme.liquid file before </body> tag
<style>
.productListHome .rowFlex {
align-items: flex-end;
}
</style>
Thanks!
This is an accepted solution.
Hello,
Add this code snippet in your theme.liquid file before </body> tag
<style>
.productListHome .rowFlex {
align-items: flex-end;
}
</style>
Thanks!
Thanks. I want block hover on this image. how can I do it?
Solved.
Could you clarify what exactly you want to display on hover?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025