ash1570048080 Posted February 16, 2023 Share Posted February 16, 2023 H1 is set to 60px, h2 is set to 32. The headline above the pic is h1, below is h2. Works on desktop. But in the mobile viel they are both nearly the same size. Can I somehow fix this? Like adding css to force other font sizes in the mobile view? Thanks in advance 🙂 Link to comment
Solution tuanphan Posted February 20, 2023 Solution Share Posted February 20, 2023 You can add this to Design > Custom CSS @media screen and (max-width:767px) { h1 { font-size: 30px !important; } h2 { font-size: 20px !important; } }  ash1570048080 1 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