Collection with all the item at the same high - Sense 2.0

Topic summary

A user sought to align product card elements on a collection page in the Sense 2.0 theme. Specifically, they wanted all prices positioned at the same height, rather than varying based on product name length, while keeping \

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

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)?

www.danicoffeeshop.com

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

Would u mind helping me also with this?

https://community.shopify.com/topic/1806202