It is centered according to theme style. But you don’t have enough pages. So, it is looking left aligned. If you want to align it center then you can adjust it by CSS padding/margin.
If you don’t know css then get a designer for this
Hi,
You are using older version of theme.
Please update your first.
Thanks.
@atlas_gondal
If you don’t know how to help don’t try. Thanks.
@ Weblizar_support
Thanks for the help again 🙂
Hi..
Please go to Admin Dashboard >> Appearance >> customize >> Theme Options >> Theme General Options.
Now copy below css code into Custom CSS Editor.
.navbar-nav {
float: none !important;
display: inline-block !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
text-align: center !important;
}
Save the changes.
Thanks.