A user reports that product descriptions and customer reviews are overlapping on certain products in their Shopify store using the Dawn theme, despite trying previous forum solutions.
Proposed Solutions:
GemPages Support suggests this is a theme design issue and provides steps to add custom CSS code:
Navigate to Online Store → Theme → Edit code
Open the theme.liquid file and paste specific markup code before the </body> tag
James_FoxEcom identifies the root cause as inline styles limiting content height, likely copied from another editor or website. Recommends stripping HTML from the product description to remove these problematic inline styles.
Both responses include screenshots demonstrating the issue and solution steps. The problem appears to stem from formatting carried over from external sources rather than a core theme bug.
Summarized with AI on November 25.
AI used: claude-sonnet-4-5-20250929.
Hi. Could you please assist, my product description and customer reviews keep overlapping on certain products. I have tried some solutions on the forum but it’s still doing it.
It seems that you copied the content from another editor or website so that it includes an inline style to limit the height of the content like this: https://take.ms/QpglP
I recommend you strip the HTML from product description to remove the root cause