IE 11 compatible

Posted in: Newspaper
Post count: 60

Hi.

I have this site : http://www.amagernyt.dk/

How do I get this to work under IE 11. I think it is to big a community to drop all IE 11 users.

Hope anybody can help.

Post count: 35449

Indeed there is an issue on Internet explorer + Flex Blocks, the IE do not recognize the flex css parameter.
Please try this code:
[class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Hope this will help you!
Thank you!

Post count: 60

Much better. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.