Guest Posted May 1, 2020 Share Posted May 1, 2020 Site URL: https://kristelandnic.com/ Hey just reaching out to see if anyone can help with modifying the mobile font sizes on my site. I am using the following CSS modification to the mobile font sizes below but the font-size tag isnt having any effect. Adjusting line-height seems to work just fine. Appreciate any help in advance! @media screen and (max-width:767px) { h1 { font-size: 40px; line-height: 1.3384; } h2 { font-size: 40px; line-height: 1.3384; } h3 { font-size: 50px; line-height: 1.3384; } h4 { font-size: 16px; line-height: 1.5; } } Link to comment
Guest Posted May 4, 2020 Share Posted May 4, 2020 On 5/1/2020 at 9:38 AM, narnado said: Site URL: https://kristelandnic.com/ Hey just reaching out to see if anyone can help with modifying the mobile font sizes on my site. I am using the following CSS modification to the mobile font sizes below but the font-size tag isnt having any effect. Adjusting line-height seems to work just fine. Appreciate any help in advance! @media screen and (max-width:767px) { h1 { font-size: 40px; line-height: 1.3384; } h2 { font-size: 40px; line-height: 1.3384; } h3 { font-size: 50px; line-height: 1.3384; } h4 { font-size: 16px; line-height: 1.5; } } Resharing. Any suggestions are much appreciated! Link to comment
tuanphan Posted May 5, 2020 Share Posted May 5, 2020 try add !important to afer, eg: font-size: 40px !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
Archived
This topic is now archived and is closed to further replies.