Skip to main content
Robb_Barrett
New Participant
March 7, 2016
Solved

LP renders mobile for IE11, normal for Chrome

  • March 7, 2016
  • 2 replies
  • 1547 views

Any idea why my pages are displaying so ugly in IE11 but normal in Chrome and FF?

GE Healthcare | Centricity| Webinar

When I view in IE11 it forces mobile, puts a blue box around the logo and the text goes off the screen.

Best answer by Robb_Barrett

Fixed by adding:

<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 

2 replies

Robb_Barrett
Robb_BarrettAuthorAccepted solution
New Participant
March 7, 2016

Fixed by adding:

<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 

Robb Barrett
March 7, 2016

Thanks Rob. It will help others...

Rajesh