Page Layout Issue

Hi,

I’m not sure if anyone has raised this isssue since this happens only on Internet Explorer (version 11), but the page layout is broken. Would you be able to assist me in resolving that problem?

Webpage: https://toffeeliqourice.co.uk/
Image URL(since the upload feature is not working for me here today): Imgur: The magic of the Internet
and Imgur: The magic of the Internet

Thank you in advance,
PP

Hello,

I hope you are doing well today.

Could you please add an image of the issue?

Also, please run a windows update to ensure that you are up to date.

Best Regards,
Support

Hi Support,

Please find the below screenshots as requested. Re Update - the system is up to date.

Thank you,
PP

Good morning

Problem is in IE 11 browser does not support flex css, can be fixed by this css:

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.text-center {
margin-top: 13%;
}
}