Hi tomveeckmans
It seems that the space in this header is not enough to show menu in 1 line. You can consider to edit the bootstrap class in the mainnav block to reduce the width of main nav and the right header module:
and reduce the space between the menu item by using this custom CSS:
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
padding-left: .5rem !important;
padding-right: .5rem !important;
}