adding ms for theme editor to support internet explorer | Community
Skip to main content
deepakt84913413
Level 4
February 28, 2018
Solved

adding ms for theme editor to support internet explorer

  • February 28, 2018
  • 2 replies
  • 1251 views

When I try to render an adaptive form in internet explorer, the css is coming with webkit instead of ms because of which some stylings are looking different. like below -

Button in chrome -

Button in IE -

Please help me out with how I would be able to ms in theme.css or the theme editor?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by James_R_Green

Hi deepakt84913413

Are you aware of the advanced setting in the theme editor and the view CSS functions? Is your -ms- specific CSS included in the theme?

And at the risk of sounding like a broken record, you could always try adding  your styles to a client library rather than a theme

2 replies

James_R_Green
James_R_GreenAccepted solution
Level 6
March 1, 2018

Hi deepakt84913413

Are you aware of the advanced setting in the theme editor and the view CSS functions? Is your -ms- specific CSS included in the theme?

And at the risk of sounding like a broken record, you could always try adding  your styles to a client library rather than a theme

deepakt84913413
Level 4
March 1, 2018

Okay. I will try that and let you know. Thanks James R Green