Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: images for gallery be bottom aligned instead of top

Solved

images for gallery be bottom aligned instead of top

Gary1
New Member
4 0 0

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. 


Accepted Solution (1)

Stacksols
Shopify Partner
6 3 3

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>

 

 

Screenshot_1.jpg

 

Thanks!

 

View solution in original post

Replies 3 (3)

Stacksols
Shopify Partner
6 3 3

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>

 

 

Screenshot_1.jpg

 

Thanks!

 

Gary1
New Member
4 0 0

Thanks. I want block hover on this image. how can I do it? 


Solved.

Stacksols
Shopify Partner
6 3 3

Could you clarify what exactly you want to display on hover?