Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
On one of my Pages in the section area where I input description text, I am not able to insert carriage returns.
When I hit the enter button the return shows in the text box but on on the Page Section column.
As you can see in my attachment, in the text box on the right, I enter several carriage returns and as a result there's large empty space between paragraphs. I just want to be able to enter a return between the last paragraph and the last sentence, and as you can see in the Section column it's not working.
Any help is appreciated, Shopify Chat Support was not able to figure why this is happening.
NOTE: Using Dawn Theme
Thanks,
Doyle W.
Oh so sorry dear, this has been one of the difficulties have faced when i was setting up my page not able to insert carriage returns but finally did this through an expert help, you could reach out to below 👇
+1 (657) 499-7285
It’s not that big of a deal to involve outside tech support, it’s just annoying that it’s happening on the last sentence!
Thanks again for your reply!
Hello @DoyleW,
The Dawn page-section “Text” field you’re using treats your carriage returns as plain whitespace and collapses them on output—that’s why you see gaps in the editor but nothing on the live page. You have two ways to restore paragraph breaks:
1. Convert that field to richtext
{
"type": "text",
"id": "content",
"label": "Content"
}
2. Or, keep it as plain text and force line breaks
<div class="page-content">{{ section.settings.content }}</div>
<div class="page-content">{{ section.settings.content | newline_to_br }}</div>
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025