One Line Product Title on Collections,Featured Products

One Line Product Title on Collections,Featured Products

VogueVerve
Visitor
2 0 0

Hi everyone I'm using dawn theme and trying to limit product title to in one line but when I use this code;

.card__heading {
margin-top: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
max-width: 202px;
}

Product title is not exactly starting from the left side of the card and also it crosses card's right border

you can check it : vogueverve.com psw: VogueVerve

Screenshot 2023-02-16 at 10.20.39 PM.png

Replies 3 (3)

EcomGraduates
Shopify Partner
840 71 121

Helllo there  

 

to  truncate text to one line, 

  1. Add the following CSS code to your theme's stylesheet: 

 

.truncate-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

 

This CSS code sets the white-space property to "nowrap" to prevent the text from wrapping to a new line, sets the overflow property to "hidden" to hide any overflowed text, and sets the text-overflow property to "ellipsis" to add an ellipsis at the end of the truncated text.

 


 If this fixed your issue, likes and accepting as a solution are highly appreciated
|  Build an online presence with our custom-built Shopify Theme: EcomifyTheme
|  Check out our reviews: Trustpilot Reviews
|  We are Shopify Partners: EcomGraduates Shopify Partner



VogueVerve
Visitor
2 0 0

unfortunately it didn't change anything

BSS-Commerce
Shopify Partner
3477 465 555

Hi @VogueVerve 

We just checked on your website and found that your problem has been resolved. The Product Titles have not exceeded the right margin.

view (2).png

If you still have any issues, please let us know with detailed description, URL page, and screenshots. We're happy to support you.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency