Archived topic
Navigation Logo issue
1 reply · Started by Gary on September 27, 2019
Hi,
On my previous websites built with GeneratePress the way I added a logo was via Customising > Layout > Primary Navigation. I used to then centre the menu and all looked good. I don't have this option any longer and I note the following article I found:
https://generatepress.com/forums/topic/cant-find-navigation-logo-option/
Noe I don't have an issue with adding the logo this way and it is on the same line as the menu which is good. However if I centre the menu text the logo centres too and it does not look right to me. If I right justify then the logo seems to stay far left but the text goes right which also looks odd. So why is it the right justified only impacts the text and not the logo but centre justified impacts the logo too?
Gary
Hi there,
GP now uses flexbox inside the navigation which causes this to happen.
To get around it, when you have the nav set to Center, you can add this CSS:
#primary-menu {
flex: 1;
}
Note: this centers the nav in the space available to it. Not deadcenter of the screen.