have search field drop below menu
Hello, I’d like the search form field drop below the menu instead of overtop. I found this CSS on a forum thread and it works great, except when the sticky menu kicks in – then it reverts back to default. .main-navigation:not(.navigation-clone) .navigation-search { top: 60px; } Any suggestions? Thanks!