Navigation as Header uses CSS Flexbox – which IE 9 doesn’t support.
Choices:
1. If the navigation still functions correctly on IE9 then leave as is.
2. Disable Nav as Header
3. Integrate a JS polyfill library such as flexibility.js https://github.com/jonathantneal/flexibility
Personally i would go with #1
And #3 is not something we could support.