I’m seeing several compatibility issues between my website (https://brothersbrother.org) and IE11. Adding the following CSS code from this thread here did a little bit to fix my problems, but things are still not showing correctly in terms of formatting, alignment and placement. (i.e. sections are not recognizing spacing that is assigned in the Pro editor and overlapping with one another.)
.fm4.x-text, .fm5.x-text, .fm8.x-text, .fm9.x-text, .fm12.x-text, .fm13.x-text {
letter-spacing: 0em;
width: 100% !important;
}
ul:not(.sub-menu).x-menu .x-dropdown {
position: absolute !important;
left: 0px !important;
top: 100% !important;
}
ul.x-menu .sub-menu .x-dropdown {
left: 100% !important;
top: 0px !important;
}
.no-preserve3d .x-image img {
width: 100%;
}
.no-preserve3d .x-masthead .x-image img {
width: auto;
}
The website shows up properly on every other browser but is just giving me tons of problems in IE. Are there any additional lines of code you could add to the above in order to fix the section bottom spacing issues? Please someone help me – I haven’t been able to find any solutions!!! Will provide login credentials if needed.


