Hi guys,
How to align all products titles. Got some titles with one line level, and others with multi level.
Thank you
Hi guys,
How to align all products titles. Got some titles with one line level, and others with multi level.
Thank you
@Alliance - they are looking like aligned, how exactly do you want?
Have a good look on the first one.
@Alliance - share this page link
https://allianceautoproducts.com/collections/nrg-products-collection
Same issue in other collections as well
@Alliance - will this be ok? it will leave space though
If you can minimize gap to the max you can
Also consider mobile view
@Alliance - titles can go 3 line, keeping that in mind this one is fine, if not going to happen then can reduce gap
@Alliance - add this to the very end of your theme.scss file and check, adjust heights as per the need
.product-card__title {min-height: 60px;}
@media screen and (max-width:749px){
.product-card__title {min-height: 80px;}
}
Ok then. Please share the code
How to fix the same issue in product page, including mobile view.
Thank you,