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!

 

Hatim Saif
Proprietor | stacksols.com
M: +61 3 9111 2324
E: hatimsaif52@gmail.com
A: Karachi, Pakistan

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!

 

Hatim Saif
Proprietor | stacksols.com
M: +61 3 9111 2324
E: hatimsaif52@gmail.com
A: Karachi, Pakistan
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?

Hatim Saif
Proprietor | stacksols.com
M: +61 3 9111 2324
E: hatimsaif52@gmail.com
A: Karachi, Pakistan