Fix for viewing on Internet Explorer 11

Posted in: Newspaper
Post count: 13

My website, https://www.sanantonioinfocus.com/ , when viewed on desktop with Internet Explorer 11 has an issue with the Flex Box 5 for “Business”. It extends into the sidebar. Is there a fix for this?

Post count: 35449

Hi,

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!

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