'The RELATED ARTICLES' of the single post does not look normal in ie11

Posted in: Newspaper
Post count: 2

‘The RELATED ARTICLES’ of the single post does not look normal in ie11

website : https://vibe.cx/

Post count: 35449

Hi,

Indeed there is a problem, the ie11 do not recognize display: flex.
Please try this custom css to fix the problem.

[class*="ie"] .tdb-single-related-posts .td-module-container{
display: inline-table;
}

Hope this will help you!
Thank you!

Post count: 2

Thank you!

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