Archived topic
Align Search button to the right
3 replies · Started by lifeisogood on April 23, 2019
Viewing posts 1–4 of 4
I've setup the Primary navigation alignment to left and I also have Navigation Search enabled.
How do I align only the search button to the right while the rest of the navigation stays aligned to the left?
Hi there,
Try this CSS:
.main-navigation:not(.slideout-navigation) .main-nav {
flex: 1;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thank you! That helped!
No problem :)
This archived topic is closed to new replies.