ash1570048080 Posted February 16 Share Posted February 16 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 Solution Share Posted February 20 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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