Archived topic
Can't Seem to Center Logo Between Menu
5 replies · Started by Anthony on November 2, 2020
I've used this documentation a dozen times with success:
https://docs.generatepress.com/article/centering-logo-navigation/
But, I can't seem to figure out what's going on with this website.
Hi there,
Try adding this CSS:
.main-navigation .main-nav {
flex: 1;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you,
I did actually just figure out what was going on. I had Customizer > General > Structure set to Flexbox instead of Floats.
Is there a preferred Structure? I do love me some Flexbox but not sure the difference for GP
I noticed also I cannot find the .site-branding-container class inside the .inside-header class. Am I missing something or am I confused about some settings again?
Thanks!
Flexbox is the new structure introduced in GP 3.0:
https://generatepress.com/generatepress-3-0-a-new-era/
It is definitely the new/preferred method now :)
Great,
Thank you Leo!
No problem :)