Hi,
I chose the Default Header and added these lines to Custom CSS.
http://prntscr.com/qhewrh
@media (min-width: 992px){
.noo-header.header-1 .noo-main-menu {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
left: 50%;
position: static;
}
.noo-header.header-1 .menu-position{
display: flex;
justify-content: space-between;
}
.noo-header.header-1 .noo-menu-option{
order: 3
}
.noo-header.header-1 .menu-position:after,.noo-header.header-1 .menu-position:before{
display: none;
}
}
Please reload your site and check again.
Best regards,
tb.