Hey Mikka91,
How are you doing today?
This should be possible with some custom CSS, would you mind posting link to your site so I can take a look?
Cheers,
Bojan
Hey,
You can use this css:
.kad-header-left {
float: right;
}
.kad-primary-nav ul.sf-menu {
float: left;
}
Kadence Themes
Hey @Kendence Themes , it didn’t move to the center , it moved to the left now.
/Mikka
sorry,
By center where are you wanting the logo? Can you post a link?
Kadence Themes
Hey! I don’t use the logo space.
Here is the link: link
Hey Mikka91,
You can try adding the following CSS to Appearance -> Customize -> Custom CSS:
.col-md-10.col-sm-4.col-ss-3.kad-header-right {
margin-left: auto;
margin-right: auto;
float: none;
}
.kad-primary-nav ul.sf-menu {
margin-right: auto;
margin-left: auto;
width: 440px;
}
This should be the result http://screencast.com/t/qlLKkA8wy.
Hope this helps 🙂
Cheers,
Bojan
Hey Bojan Radonic!
Thank you for support! I changed width too 750px and menu looks great now!
Thank you so much once again!
Hey again Mikka91,
Awesome, glad that the code worked.
Cheers,
Bojan
Without starting a new topic strand, and as it closely relates to this question… is there a way to move the Topbar with Navigation below the Pageheader? I am only moderately versed in css, php, etc., and my new boss likes the site, but doesn’t like the placement of the navigation in the upper right hand corner. Site: JacomaConstruction.com
Thank you in advance for your input.
BP