Archived topic
Sticky navigation serach width?
5 replies · Started by Janek on May 1, 2017
Hi,
Currently navigation search width is same as menu width. Now, if i scroll down and sticky navigation appear then navigation search box is as wide as containe header ant therefore search box covers logo.
Is there a way to make search box have same widht as non sticky menu?
Thanks,
J.
Hi Janek,
Are you able to provide a link to your site so I can have a quick look?
Thanks!
Yes, see here http://bit.ly/2poBGvF
Can you give this CSS a shot?
.navigation-stick .navigation-search input {
max-width: 880px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Excellent! Got it fixed now.
Thank you Leo
Glad I could help :)