Error: My website is not showing correctly on Microsoft Edge browser

Posted in: Newspaper
Post count: 19

Hi,
My website is not showing correctly on Microsoft Edge browser, it works perfectly fine on Mozilla Firefox and Chrome and mobile, but the text/images are further apart, like it doesn’t seem to fit the original design.
Have you had issues with the Edge browser before and how do I fix this?
Many thanks.

Post count: 35449

Hi,

As I know there are some problem, but these are only for internet explorer, on edge should be ok.
Please provide me a link to your website to change check it.

Thank you!

Post count: 19

Hi, thank you, this is it: https://www.fredbloggs.co.uk/

Post count: 35449

Hi,

Did you use some custom css for internet explorer ? is look that this is apply on edge too, please try this css
html[class*='ieEdge'] [class*='td_flex_block_'] .td-module-container{
display:flex;
}

If is nor apply replace it with this one
html[class*='ieEdge'] [class*='td_flex_block_'] .td-module-container{
display:flex!important;
}

Let e know the results!
Thank you!

Post count: 19

Thanks for replying. No, I haven’t added customs css. Where do you recommend me to insert the codes you’re suggesting? Inside theme panel?

Post count: 35449

The code need to be set in Theme panel> custom code> custom css.
Let me know the results!

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