Guest Posted March 5, 2020 Posted March 5, 2020 Hello, how do you reduce the H1 tag size for mobile view? I can not seem to find it anyway on the editor.
tuanphan Posted March 5, 2020 Posted March 5, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { h1 { font-size: 20px; } } 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!)
Guest Posted March 5, 2020 Posted March 5, 2020 2 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { h1 { font-size: 20px; } } WOW thanks much appreciated for that.
Guest Posted March 18, 2020 Posted March 18, 2020 On 3/5/2020 at 9:39 PM, Darren01274 said: WOW thanks much appreciated for that. you can adjust the font size by replacing the value next to the font-size: increase or decrease the numbers. 20 to 22 looks perfect for me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.