Text overlapping and condensed

On multiple sections of my store the text is overlapping and condensed.

Sections now overlapping each other on sales pages and on collection pages.

In the Theme settings the Typography is on Oswald, font size scale 100%,

On collection pages the only fix that I can see is changing from paragraph to a H3 to fix the overlapping text.

Thank you

Hey @IRD

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Thank you.

I’ve followed for a while and have gotten some great advice. First time poster.

My store is live, no password needed. www.inragingdesigns.com

I’m seeing in multiple sections as well as on a section of my footer where the Judge.me reviews are.

@IRD go to assets > base.css add this css bottom of file

body {
line-height: inherit !important;
}

1 Like

Hey @IRD

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you so much!