ambiancecurator Posted April 22, 2021 Share Posted April 22, 2021 Site URL: https://www.ambiancecurator.com/ Hello, I am trying to use the code below to optimize my font size on the mobile display. For some reason it is not picking it up. Could this be because I already have a custom CSS code for a custom font? How can I code this so that the mobile layout responds to the code? @media screen and (max-width: 641px) {body {font-size: 11pt}h1 {font-size: 13pt}h2 {font-size: 13pt}h3 {font-size: 16pt}} Link to comment
tuanphan Posted April 24, 2021 Share Posted April 24, 2021 Hi. Add above code to Design > Custom CSS @media screen and (max-width: 641px) { body {font-size: 11pt;} h1 {font-size: 13pt;} h2 {font-size: 13pt;} h3 {font-size: 16pt;} } 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
canosoup Posted June 4, 2021 Share Posted June 4, 2021 I have the same issue, font size is to big on my mobile menu and the css isn't working. www.rabbiasukkariehart.com Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 14 hours ago, canosoup said: I have the same issue, font size is to big on my mobile menu and the css isn't working. www.rabbiasukkariehart.com Hi. Which element? 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