Archived topic
Keep logo left but align menu links to the right
1 reply · Started by Brian on September 20, 2017
At the moment I have this:
https://goo.gl/haisf4
But is it possible to keep the logo on the left but align the links to the right like this?
https://goo.gl/J8sA9s
Also is there a menu padding option i am missing? or just do it manually?
Is it possible to put a line below the menu? eg this kind of thing
https://goo.gl/DWdLah
Thanks
Have you tried Float Right? https://docs.generatepress.com/article/navigation-location/
Sounds like you are looking for menu item height? https://docs.generatepress.com/article/menu-item-height-width/
Try this CSS:
.main-navigation {
border-bottom: 2px solid #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/