hi there.
can someone please help me with a code of how to align price heights on my collections?
they are also currently center which i want to keep.
thanks
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Can you please provide a screenshot?
So I can understand your exact need.
Thanks!
sure, so it looks like this currently, prices not aligned
and i want to look like this, prices all same height
Please add the following code at the bottom of your assets/theme.css file.
.template-collection .product-card__title{
height: 50px;
}
Hope this helps.
Thanks!
Try the following but remember this is for the collection page only not for the home page.
.template-collection .product-card__title{
height: 50px !important;
}
Thanks!
This is an accepted solution.
Remove old code and put this one for all pages.
.product-card__title{
height: 50px !important;
}
Let me know if this works.
Thanks!
User | Count |
---|---|
735 | |
141 | |
101 | |
64 | |
41 |