Hi
Thanks for contacting to us.
To center the menu, For this go to appearance >> customizer >> find the Additional css box and add the below css code inside the box.
@media (min-width: 1100px)
{
.navbar-nav > li {
float: unset;
display: inline-block;
}
.navbar3 .navbar-left {
width: 100%;
text-align: center;
float: unset ! important;
}
}
Feel free to contact us for further assistance.
Thanks & Regards
Webrit Support Team
-
This reply was modified 2 years, 1 month ago by
Akhilesh.
HI
Did the above solution work for you ?
Thanks