Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Is there some way to align all price tags in collections on Dawn? You'll see that by going on my site that there's some products with longer titles. Some prodcuts have a 3 row long title and some products only have a title that's 1 row long.
That results in the price tag being misplaced. Sometimes a bit higher or lower, depending on the products you're comparing.
Is there some way to add some space or anything that helps me avoid that?
My site: https://lhrn4x5dc5v6xk9n-57645498523.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @GG9
Happy to help you with this issue
Please follow below steps
.card__information>.card__heading.h5 {
min-height: 52px !important;
}
@media only screen and (max-width: 767px){
.card__information>.card__heading.h5 {
min-height: 65px !important;
}
}
@GG9 ,
Can you share the screenshot.....
This is an accepted solution.
Hi @GG9
Happy to help you with this issue
Please follow below steps
.card__information>.card__heading.h5 {
min-height: 52px !important;
}
@media only screen and (max-width: 767px){
.card__information>.card__heading.h5 {
min-height: 65px !important;
}
}