harlowbogie Posted August 8 Share Posted August 8 Hi, When I scroll down the page in mobile web (on my iPhone in Chrome), the font size changes for headers. I can't tell if it's happening for body copy. How can I prevent this from happening? Thanks in advance! Link to comment
tuanphan Posted August 10 Share Posted August 10 Can you share link to page where you have problem? 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
harlowbogie Posted August 11 Author Share Posted August 11 Yes, thanks! https://www.dallasiyengaryoga.com/ I see the fonts changes size as I scroll on my iPhone but not on my desktop. Link to comment
Solution tuanphan Posted August 14 Solution Share Posted August 14 On 8/11/2024 at 11:03 PM, harlowbogie said: Yes, thanks! https://www.dallasiyengaryoga.com/ I see the fonts changes size as I scroll on my iPhone but not on my desktop. You mean these headings font? Try this to Website Tools > Custom CSS then check again on your phone @media screen and (max-width:767px) { div#block-73ce79433bfa71edec75 h1 { font-size: 40px !important; } div#block-c419671ba5feb1ec51dd h2 { font-size: 32px !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment