Site logo

Archived topic

have search field drop below menu

3 replies · Started by Craig on May 28, 2016

Viewing posts 1–4 of 4

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!

If you want it on the sticky menu as well, your CSS would be this:

.main-navigation .navigation-search {
    top: 60px;
}

Awesome! Thanks!

You're welcome :)

This archived topic is closed to new replies.