Lee1326 Posted June 23, 2022 Share Posted June 23, 2022 Site URL: https://petitepaks.squarespace.com/ I added a custom font into my CSS and it looks fine in the Headers on the desktop view. When I click into the mobile view the line height spacing becomes huge. I have tried to add CSS to both mobile and desktop but when one is right, the other is not. Any help appreciated! Desktop view: Mobile: Link to comment
tuanphan Posted June 25, 2022 Share Posted June 25, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { h1 { line-height: 25px; } h2 { line-height: 22px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment