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
hi, can anyone help with the border on my product card.
products with a longer title make the border bigger than the products with shorter titles.
I want to set a fixed size for the border, I don't want to truncate the titles.
www.printedpenguin.co.uk
a.card-title.link-underline.card-title-ellipsis {
min-height: 52px;
}
you can add this css to customizer it will make title default 2 lines height.
this didn't work unfortunately
Hi @PictureMyGift ,
You can follow these steps:
- Go to Online Store -> Themes -> Edit
- Fine file component-card.css and paste the code below to end of file -> Save
.product-item .card-information .card-title .text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
display: block;
}
Hope this help!
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hi, this has only shortened the titles, I would like the titles full but the border to be a fixed size (bigger)