Layout broken – problems with flex blocks in Internet Explorer?

Posted in: Newspaper
Post count: 18

Hi TagDiv,

I’m having quite a lot of problems with my site in Internet Explorer 11.

Do you have some recommendations on how to fix it – e.g. via custom css?

My site is here: fundats.dk

Thanks!

Post count: 18283

Hello !

Indeed there is an issue on Internet explorer + Flex Blocks.

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

I hope this was helpful !

Thank you !

Post count: 18

Yes, that did the trick.

Thank you very much, Vlad!

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