Hi,
If you willing to change the style for Menu Center Vertical to the similar style of dreamer, I can help you with some CSS ( If you wish to keep the 2 styles, you'll have to add another meta option to this theme and I can't help you on it ). Here is the CSS, you can add it to Customizer -> Custom Code -> Custom CSS:
@media ( min-width: 992px ) {
body.page-menu-center-vertical:not(.boxed-layout) .navbar.navbar-default:not(.navbar-fixed-top) {
top: auto;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
}
Best regards,
Kan Nguyen