ambiancecurator Posted April 22, 2021 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}}
tuanphan Posted April 24, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
canosoup Posted June 4, 2021 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
tuanphan Posted June 4, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.