Flex Blocks Broken Layout in Internet Explorer 11

Posted in: Newspaper
Post count: 108

Hi Guys, we’re experinecing som elayout issues with Flex Blocks in internet explorer 11?

What should be a 4 column row isn’t display as a 4 column row, custom flex blocks module widths aren’t obeying the 25% property from the style sheet (it seems).

null

Any ideas?
Thanks

Post count: 35449

Hi,

Yes, this problem appear because the ie11 do not recognize the css style flex, please provide me a link to your website and some details, screenshots with the elements that do not work for you in ie11 and I will help you with a custom css.

Thank you!

Post count: 108

Hi Calin, we have multiple flex blocks accross our site, example CSS is

.tdi_95_a94 .td_module_wrap {
width: 25%;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 18px;
margin-bottom: 18px;
display: flex;
}

Do we need custom CSS for EVERY flex block id? i.e. tdi_95_a94, tdi_98_b99, tdi_104_455?

Post count: 35449

Hi,

No, some of the elements have flex and also on anther class or path have display block, or inline block, these will be fine, usually the problem is on specific blocks, or more exactly on flex blocks, please provide me a link to your website, in this way I will be able to help you with some custom css

Thank you for your understanding!

Post count: 108

Hi Calin, do you have an email to where we can send a link to the offending pages?

Post count: 35449

Hi,

You can send us an email at contact@tagdiv.com include a link to this topic in the email.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.