Header position in Internet Expolorer

Hi,
the header is in IE11 moved to the right side. How can I fix that?
https://www. hidden .com

Thanks
Stefan

Hi @slorber3,

Thanks for reaching out.

I’m able to confirm this and it’s due to the background element. Please add this CSS to your header custom CSS section.

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .x-masthead .x-bg { display: none; } /* IE11 */
} 

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.