Issue Identified:
A user is experiencing inconsistent text truncation with ellipsis (three dots “…”) in their Shopify store. Product titles display ellipsis correctly on product pages but not in the “Recently Viewed Products” section.
Solution Provided:
A support representative from Drop Hint 2.0 offered custom CSS code to fix the truncation:
Navigate to Shopify admin: Online Store > Themes > Actions > Edit code
Locate and open the “base.css” file in the Assets folder
Add CSS targeting the product card titles to enable text overflow with ellipsis
Resolution Process:
Initial code suggestion didn’t work as intended and affected other product collections
After clarification about which section needed the fix, a refined CSS solution was provided specifically targeting #recently-viewed-products
The code uses -webkit-line-clamp: 2 to limit titles to 2 lines with ellipsis
User confirmed the solution worked successfully
Status: Resolved with custom CSS implementation.
Summarized with AI on November 18.
AI used: claude-sonnet-4-5-20250929.
But in the product page it does show the 3 dots can someone help me code this for the Recently viewed products? For Mobile and PC URL -www.avokitchen.com
It didn’t work i’m trying to apply it to The recently viewed products only. But when ever i add the code the 3 dots for the other products collections it end up deleting them.