Sean7Guo Posted April 7, 2020 Share Posted April 7, 2020 Site URL: https://seanguo.ink/ Weird things just happened..... 1. I use templete "Lange" for my website, default setting. So my title and tagline should have same font size. but when I see me website in Chrome(win) and Safari&Chrome(ipad), the title and the tagline have different size and base line. 2. The weirdest thing is when I zoomed-in to 300%in Chrome, the tagline became upper case..... Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Sean7Guo Posted April 22, 2020 Author Share Posted April 22, 2020 @tuanphan The link is: Seanguo.ink I think I fixed the alignment problem, but still have the capital letter problem. Link to comment
lilydesigner Posted October 7, 2020 Share Posted October 7, 2020 I know this is an older post, but I found a simple solution to the font size problem that should help other people. I scoured the internet and had trouble finding an answer. It is a known issue to Squarespace support that Safari doesn't display font sizes correctly. My understanding is that it is because 7.1 uses em sizes instead of px. So you have to add your desired size in pixels to the CSS: For example, for Header 1: h1 { font-size: 60px; } Repeat as needed for each of the types that are not displaying correctly (p, h2, h3, etc.). Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.