I don’t see any product descriptions on your products. Are they still visible?
Topic summary
Main issue: Product descriptions in the Ella Shopify theme appear crunched together with no line breaks or spacing. The poster tried HTML
tags and CSS (including style=“white-space: pre-line”) but saw no change; a product link was provided.
A responder noted they couldn’t see any product descriptions on the linked products, raising the possibility that content may be missing or hidden.
Suggested troubleshooting:
- Clear caches to ensure recent code changes are visible.
- Check Ella theme settings that may control text formatting and paragraph spacing.
- Inspect HTML/CSS with browser developer tools to find conflicting styles or parent elements overriding spacing.
- Add custom CSS (e.g., .product-description p { margin-bottom: 10px; }) to enforce paragraph spacing.
- Contact Ella theme support; back up the site before changes.
Context: HTML defines content structure (e.g., paragraphs), while CSS controls visual styling (e.g., margins). Browser developer tools help diagnose which styles are applied.
Status: No resolution confirmed. A follow-up asked if the issue was solved, and whether descriptions are visible remains an open question.