Try placing this CSS in Appearance >Theme Options >Advanced Settings >Custom CSS
.kad-primary-nav {
display: table;
margin: 0 auto;
}
Hope that helps!
Hey sorry about the delay. You can add this css in your theme options > custom css:
.kad-header-right {
width: 100%;
}
.kad-header-left {
display: none;
}
#nav-main {
text-align:center;
}
#nav-main .sf-menu li {
float: none;
display: inline-block;
}
.kad-primary-nav ul.sf-menu {
float: none;
}
Kadence Themes
That’s a really interesting idea.
May I ask how you could also add the logo on its own above the centered menu?
Thanx a lot guys!
Kevin, it worked partially but It’s not centered, and also the logo space was still in the right and activated. thanx 🙂
Kadence, the css worked perfectly for me.
cheers!