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?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024