Hello!
I’ve been working on correcting the subnav issues in Pro with IE11.
The code provided in this thread has been very helpful: https://theme.co/apex/forum/t/internet-explorer-11-drop-down-issue-in-pro/3231/9
ul.x-menu .x-dropdown {
position: absolute !important;
left: 0px !important;
top: 100% !important;
}
With that code in place the subnavs are now formatting properly, however the text in the subnav is center aligned.
How can I get this left aligned like in Chrome & FF?