Issue: Words and paragraphs were splitting oddly on some blog/product pages after publishing, despite looking normal in the editor. A screenshot and the site URL were provided.
Investigation: A helper asked whether content was typed or copy-pasted and considered long-word overflow. The poster shared a preview link and confirmed they usually copy/paste and then edit.
Diagnosis: The behavior was not due to long words. A CSS rule in the theme was causing the text to break incorrectly.
Fix: Add the following to Custom CSS to correct the rendering: .prose span { display: initial; }. Placing it under Theme Settings is possible, but it could affect other site areas and should be checked.
Outcome/Status: The suggested CSS change resolved the issue for the poster. The thread appears resolved, with a caution to verify broader theme impacts.
Summarized with AI on December 31.
AI used: gpt-5.
Does anyone know why my site breaks up the words and paragraph on some blog pages and products as seen below. It is showing normally when I am writing the blog but doesn’t like it when I publish it.