Try adding this to your custom css box in the theme options:
.kad-header-right {
width: 100%;
height: 140px;
}
#logo {
padding:0;
}
.kad-header-left {
width: 0;
padding: 0;
}
Kadence Themes
Hi Kadence – that kinda worked; everything is now on the same line now, but I’d like to get the whole menu centred to the page, like the Secondary menu below…
I tried adjusting the top bit to –
.kad-header-right {
width: 100%;
height: 140px;
float: center;
text-align: center;
}
But that didn’t seem to do anything… any ideas?
You can use the logo layout third option in the theme options, that will center you menu.
kadence themes
Aha!
It works perfectly, but I don’t like it as much as when it’s in the corner! lol, be careful what you wish for! 😉
Thanks so much for your help!