Archived topic
Mobile Navigation Logo + Search Icon + Burger Nav in one line
3 replies · Started by Rolf on July 22, 2019
Hi, I am facing the problem that my mobile navigation is split after the search icon. I would like to show everyone on the same level (no line break).
Screenshot: http://share.freshvanroot.com/adZMGv
What is a best practice to do this?
Is it possible to get the Search icon only within the menu bar?
I am using a 3rd party plugin for search, could that be the problem?
thank you.
Hi there,
I think that's because your logo is simply too wide on smaller screen.
Can you give this CSS a shot?
.navigation-branding img {
height: 45px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
thanks, this helped!
No problem :)