IRD
October 7, 2024, 5:26pm
1
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
Moeed
October 7, 2024, 5:28pm
2
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
IRD
October 7, 2024, 5:57pm
3
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.
kazi_1
October 7, 2024, 6:08pm
4
@IRD go to assets > base.css add this css bottom of file
body {
line-height: inherit !important;
}
1 Like
Moeed
October 7, 2024, 6:10pm
5
Hey @IRD
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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