All things Shopify and commerce
Hi there,
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.
Webiste: www.maternallyhappy.com
Thanks heaps,
Caitlin
Solved! Go to the solution
This is an accepted solution.
Yes, I can see the problem -- it's not the same as suggested above.
The theme includes a CSS rule the intended purpose of which I do not quite understand, but this rule is the reason for this behaviour.
It's easy to fix though.
Just add the following code to the "Custom CSS" section setting:
.prose span {
display: initial;
}
You may consider adding it to the "Custom CSS" under Theme Settings, but it may affect other areas of the site -- needs further checking.
It would be nice to see the actual article where you are having this problem.
Are you typing this in or copy/pasting?
Could be something like https://community.shopify.com/c/shopify-design/product-description-overflowing-to-the-right-side/m-p... and this "long word" can fit inside entry field in backend, but not when displayed on your site.
Hey Tim! Thanks for your response.
I've put the blog link below, it isn't published yet so not sure if you can see it with that link.
I generally copy and paste what I have written and then make edits
This is an accepted solution.
Yes, I can see the problem -- it's not the same as suggested above.
The theme includes a CSS rule the intended purpose of which I do not quite understand, but this rule is the reason for this behaviour.
It's easy to fix though.
Just add the following code to the "Custom CSS" section setting:
.prose span {
display: initial;
}
You may consider adding it to the "Custom CSS" under Theme Settings, but it may affect other areas of the site -- needs further checking.
Thanks Tim, that was super helpful!!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025