The menu is broken on the internet explorer 11

Posted in: Newspaper
Post count: 1

https://i.imgur.com/mNQ5NT4.jpg

It is normal in other browsers.

The menu is broken only in ie.

I want to know how to solve it

  • This topic was modified 6 years by demyweb.
Post count: 35449

Hi,

This problem it is because the ie11 do not recognize the css flex, in order to fix this problem you can add a css for ie11 with an inline table in theme panel, custom code, custom css:
[class*="ie"] .tdb_module_header .td-module-container{
display: inline table;
}

-> https://i.imgur.com/9rBNBNV.png

Thank you!

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