Spacing and Alignment of Logo and Menu
- The topic ‘Spacing and Alignment of Logo and Menu’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
My logo is aligned far left and menu is aligned far right. Unless I make a massive rectangular logo, the spacing looks off with a large white space in the middle.
How can I change this? I’m not averse to putting the logo text on the right of the logo instead of underneath, but the spacing still looks wrong.
Cheers,
M
The blog I need help with is: (visible only to logged in users)
Hello, I’ll need to view your site in order to offer solutions to your issues and I’m currently getting a “Server Not Found” error. Please reach out to WordPress.com general support to fix this loading issue, then let me know once it’s fixed so I may look into the issues. Thanks!
The site should be up now. The DNS is correctly configured.
Thank you. Please try adding these styles (in the Additional CSS section of the customizer):
#header .logo-nav {
display: flex;
justify-content: center;
align-items: center;
}
#header .nav-holder {
position: relative;
top: auto;
right: auto;
transform: none;
}
I hope that helps, let me know if you need further assistance. Thanks!
All good, thanks for the reply. We ended up modifying the logo instead.
You’re welcome :)