duovision
Is this what you are asking for ?
If so then create this snippet of code into your custom.css file ( if you do not have it then create as new file ) in /templates/ja_company/css/
.navbar-collapse.collapse {
display:flex!important;
justify-content:center;
float:none!important;
}
hope it helps