On our Dev site, everything looks great on other browsers but on IE it’s making certain fonts tiny. See attached.

On our Dev site, everything looks great on other browsers but on IE it’s making certain fonts tiny. See attached.

Really need help with this…

Also when using the TOP SEPARATOR there is a thin white line. Doesn’t show on chrome. How can I fix?
Hi @ajrenk,
For small fonts, they are using calc for font size. Calc is not fully supported on IE .Please try to use just percentage like this 150% instead of calc(100%).
For the separator issue, an alternative us to use clip-path. For detailed guidance, please check this thread.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.