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!
pw: cheiya
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!
pw: cheiya
@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?
Your password is not working. Please check.
Sorry, try now:)
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.product-card__name {min-height: 60px;}
Thanks!
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!
Pleass add following css class for mobile
@media only screen and (max-width:749px){
.product-card__name {min-height: 75px;}
}
@dmwwebartisan our messages passed… Anyway thank you!!!