khen888
asked 6 years ago

The footer div container in DW HelpDesk breaks in Internet Explorer 11:

1 Answers
DominicStaff
answered 6 years ago

You can add the following code to the style.css file: 

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .site{
       display: block;
   }
}


OR

.ie .site {
display: block;
}
Dominic Staff
replied 6 years ago

you can send me your site url, if you still face their issue.

khen888
replied 6 years ago

Consider this issue fixed. It works. Thank you!

Dominic Staff
replied 6 years ago

If you have any issue or question, you can let me know. We will help you resolve it.

Powered by DW Question & Answer Pro