I was looking for a way to level all the things in the collection page.
As u can see in the attachment add to cart button are all at the same high, but the price goes where the product name ends.
So, theres a way to have all the price at the same high?
and i want it like this
hi @clavilla57 ,
Could you share your store URL and your store password (if any)?
Hi @clavilla57
You can try follow this path:
Themes => edit code => asset => component-card.css
and add this code to bottom of the file component-card.css
.card__information{
display: flex;
flex-direction: column;
}
.card__heading{
flex: 1;
}
Work flawless, thanks a lot