product card border fixed position

product card border fixed position

PictureMyGift
Shopify Partner
8 0 1

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

 

1.jpg

Replies 4 (4)

zack_dev
Shopify Partner
75 14 10
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.



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

PictureMyGift
Shopify Partner
8 0 1

this didn't work unfortunately

BSSCommerce-HDL
Shopify Partner
2305 848 1065

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

PictureMyGift
Shopify Partner
8 0 1

Hi, this has only shortened the titles, I would like the titles full but the border to be a fixed size (bigger)