Hello
I suspect your browser simply does not support CSS3 flex. If you are using Safari for Windows then this has been discontinued since 2012. Presuming you remain with 5 menu items in your menu, you could resolve the issue by adding the following to the Custom CSS field of your templates parameters...
.hornav > ul > li {
width: 20%;
}
CiarĂ¡n