Centering Site Logo & Nav
- The topic ‘Centering Site Logo & Nav’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to center the blog logo and the navigation on the page?
Thanks!
The blog I need help with is: (visible only to logged in users)
Hello,
You can center your logo by using a custom css, but in this case, your social icons will be located under your logo. So, if you want to do it then use this custom css:
#masthead .site-branding {
float: none !important;
text-align: center;
}
In order to center your menu, please use this custom css:
#site-navigation {
text-align: center;
}