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,
I would like to know how i can align the title , sku and add to cart on a collection page (see the picture).
I see some thing about it, but it don't work with my theme.
Thank you ,
Solved! Go to the solution
This is an accepted solution.
Go to your online store > customize > csutom css
and paste this code there
add these styles to your product title
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
did you know where i need to put it exactly ? i try some place but it dont work...
What's your store url ?
This is an accepted solution.
Go to your online store > customize > csutom css
and paste this code there
Thank you so much my friend , i dont have custom.css on this theme but i put it on base.css and it work well !!!