Archived topic
secondary menu float left
6 replies · Started by Bogdan on July 22, 2017
I noticed that the secondary menu has no float-left Navigation Location option. On a specific layout I would very much like to align both primary and secondary menus float-left. Is there a solution? Thanks in advance.
Hi there,
There should be float left in the secondary navigation location as well: https://docs.generatepress.com/article/secondary-navigation-location/
The two menus should have the exact same options except sticky and navigation search.
In my install, Sec Menu is missing Float Left. I checked both menus to have same settings, as you said, see attached. Am I misssing something? GPPro is 1.3.1 and theme is 1.3.48.
Leo, Bogdan -
I can confirm that in my test install with GP 1.3.28 and GPP 1.3.1 that there is no Float Left for the Secondary navigation :)

Cheers!
Lyle
Lyle, as a matter of fact I double checked your video with menu snippets to see if there is that option, because I wanted to apply your float-right tip on the left :)
Sorry guys my bad. The option isn't available right now.
This CSS should do:
#secondary-navigation {
text-align: left;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Good catch, just added that to the next version.
For now, you'll need to float it.
Assuming your setting is set to float right for now:
.secondary-nav-float-right .secondary-navigation {
float: left;
}