How to fix typography overlap issues on my online store?

Topic summary

A user encountered typography overlap issues on their collection and product detail pages (PDP) in their Shopify store. Screenshots were provided showing the overlapping text problem.

Root Cause Identified:

  • Multiple HTML tags contained excessive padding, line height, and margins
  • The body text line-height was set to 1px in the theme customizer, which caused the overlap

Solution Provided:

  • Adjust the line-height setting for body text in the theme customizer
  • Remove unnecessary padding, margins, and line-height values from HTML tags

Resolution:
The issue was successfully resolved after implementing the suggested line-height adjustment. The user confirmed basic coding knowledge and thanked the community for the working solution.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hi, I’m facing an issue the typography design on my store suddenly overlaps each other on my collection and PDP page can somebody help resolve this error?

TK1_2-1712298951495.png

On footer also!

@TK-1

Can you please share a store URL so that I can look into it.

Thanks

https://justapparelusa.com/

@TK-1

I have reviewed there many HTML tags that have extra padding, line height, margins which needs to remove and everything will refer to the screenshot below. If you have coding idea please do it by your self. Or Do let me know me if you want me to fix that for you.

Thanks

Hi @TK-1

Please change the setting line-height of your body text somewhere in your theme customize, you set it is 1px so it caused the issue.

Yes I have some basic-level coding understaning

Thank you so much it works

1 Like