Archived topic
Problem centering logo in navigation
3 replies · Started by Lucy on October 19, 2020
Hi there
I have followed these instructions (I think!): https://docs.generatepress.com/article/centering-logo-navigation/
but none of the menu items are sitting to the right of the logo.
I feel sure I've missed something but I've checked the other relevant support calls and I can't see what.
This is the site: https://wordpress-462773-1534595.cloudwaysapps.com/
I also want the entire logo to sit below the secondary navigation bar but I can submit that as a separate call if that's better.
Many thanks,
Lucy
Hi Lucy,
Try adding this CSS as well:
.main-navigation .main-nav {
flex-grow: 1;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That was just what it needed - thank you!
No problem :)