Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
.PageContent.PageContent--narrow.Rte div p {
line-height: 2!important;
}
Issue: Paragraph spacing on a Shopify page disappears after saving/preview, merging multiple paragraphs into one.
Proposed solution (confirmed working for the original poster):
Context/technical notes:
Follow-up and variants:
Status:
Hello There,
.PageContent.PageContent--narrow.Rte div p {
line-height: 2!important;
}