Hello The result is still same.
Store url - www.jagstore.in
A Shopify store owner using the Dawn theme wants to display an estimated delivery date message in 2 lines instead of 4. They added custom code showing “It will be delivered between [date] to [date]” but the text breaks across multiple lines.
Desired format:
Solutions provided:
Multiple community members offered CSS fixes to resolve the formatting issue:
.accordion__content elements!important flags to override existing stylesThe working solution uses display: flex and flex-direction: column to control text layout. All solutions involve adding CSS to the theme’s custom CSS section or base.css file.
Status: Resolved with CSS code provided by Made4uo-Ribe. Another user expressed interest in implementing the same feature.