How can I align product titles on my collection page?

Hi all,

I need some help with my product title aligment at collection page. Some products have larger title and then lost alignment, i need that each product title be in one equal line.

I’m using Venture theme. Thank you!

microslax.myshopify.com

pw: cheiya

1 Like

@Microslax
Use equal image sizes.
Thank You.

Thank you for replay! But some of products images don’t fit in aligment also, so i’m just editing myself. There is no other option how i can fix these?

@Microslax

Your password is not working. Please check.

Sorry, try now:)

@Microslax

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.product-card__name {min-height: 60px;}

Thanks!

1 Like

@Microslax

Solution for mobile device

Please add the following code at the bottom of your assets/theme.scss.liquid file.

@media only screen and (max-width:749px){
.product-card__name {min-height: 75px;}
}

Thanks!

@dmwwebartisan thank you! it’s work fine! maybe a litlle more you can help me with mobile version? because i have same issue with alignments.thank you again!

@Microslax

Pleass add following css class for mobile

@media only screen and (max-width:749px){
.product-card__name {min-height: 75px;}
}
1 Like

@dmwwebartisan our messages passed… Anyway thank you!!!

1 Like