Related Posts section issue in IE 11

Posted in: Newspaper
Post count: 2

Hi Team,

I have installed https://demo.tagdiv.com/newspaper_black_pro/ demo on website and I found that Related posts sections on posts detail page doesn’t aligned properly in IE11 so Could you please check and fix the issue?

Here is the single page URL – https://demo.tagdiv.com/newspaper_black_pro/2019/06/29/td-post-watch-this-ultra-hypnotic-supercomputer-simulation-of-galaxies-feasting/

Looks forward for your quick response.

Thanks

Post count: 35449

Hi,

Please try this quick fix for the problem wit IE
html[class*='ie'] [class*='tdb_single_related'] .td-module-container {
display: block;
}
html[class*='ie'] [class*='tdb_single_related'] .td-image-container {
height: auto;
flex: initial;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Post count: 2

Hi,

Thanks for your help. It’s working fine. Hope you will add this fix in upcoming theme updates.

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