Archived topic
Issue with centering logo
4 replies · Started by Yael on February 27, 2022
Hello.
I've followed the short tutorial a few different times to center logo and have nav right and left but it's just not working on this new site.
I had no option in customizer to switch to flexbox so think that's set by default but unfortunately it's just not working anymore
https://docs.generatepress.com/article/centering-logo-navigation/
and the site in question:
https://staging.clarityhealing.foundation/
Password protected: Claire
Can you help me figure this out?
Thank you.
Quick follow up: I realize that CSS doesn't work when using Header -- > Full Width, only contained.
Would you be able to help me have a split menu with Header Full Width?
Hi there,
add this to your CSS:
.main-navigation .inside-navigation {
max-width: unset;
}
Thank you, David!
You're welcome