Website looks great on Chrome, Firefox, but on Explorer the font headers are very small?

https://chuckwhitlockglassart.com/

Any advice?

Thank you!

Hi Jennifer,

Thank you for writing in, please inspect those headlines and on the font-size option, change the value as 285.7% instead of calc(285.7%).

Hope it helps,
Cheers!

Hello,

Where can I change the font-size for the headlines?
I cannot find where the 285.7% is coming from.

Thank you

Hello Jennifer,

If you are referring to all the headlines, then please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

h1, .h1 {
  font-size: 285.7%;
}

h2, .h2 {
  font-size: 250%;
}

h3, .h3 {
  font-size: 210%;
}

We would love to know if this has worked for you. Thank you.

Yes this did work! Thank you very much.

You’re welcome. Glad we’re able to help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.