Please post a link to your site
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Download & install this Custom CSS Manager.
Then, within its Custom CSS Manager section of the dashboard, enter this;
#navigation,
#logo {
float: none;
}
#logo {
text-align: center;
}
#navigation ul {
display: table;
margin: 0 auto;
}
Any changes made to the theme’s files will be lost when the theme updates.
You could also do this:
#header, #logo {
margin: 0 auto;
}
in you main css file.
Tareq
But if the header is not full width, centering it will only center it in the width allowed by that area. If we had a link to the site, we could be determine what it is zwiechert is trying to accomplish.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Most of the time you can get away with testing solutions to the problem on the theme’s demo website. If then the solutions don’t work, you can always ask for a link to the site.
The demo site: http://themes.wptheming.com/portfolio/
Of course it would be helpful if the link was provided to begin with.
@worthingtech, Auto margins don’t work against floats.