Thank you so much!!! Bless you!!!
Topic summary
A Shopify store owner reported a display issue where product prices overlap with product names in the popup cart on both desktop and mobile devices.
Problem Identified:
- Price text overlapping product names in cart drawer
- Long product names requiring horizontal scrolling to view fully
Solution Provided:
A community member (Tech_Coding) offered CSS code fixes to be added to the theme.liquid file:
- First fix: Hide the overlapping price element on the right side using
display: none !important - Second fix: Enable text wrapping for long product names using
white-space: normalandword-breakproperties
Outcome:
Both CSS solutions were successfully implemented and resolved the display issues. The store owner confirmed the fixes worked and marked the responses as accepted solutions.
1 Like