Site logo

Archived topic

Hide navigation logo when search is clicked ?

3 replies · Started by Michael on May 28, 2021

Viewing posts 1–4 of 4

Or drop the search field box down, either option really. Love the code to add the logo to the nav menu, but when I click the search icon the field box opens but the logo is in the middle of it. Would be nice to be able to put that to the back like the menu items, OR to have the search field drop down a little so it clears the logo.

Hi there,

easiest fix may be to just position the search field below the navigation:

.navigation-search.nav-search-active {
    top: 150%;
}

Perfect result, thank you.. :)

Glad to be of help

This archived topic is closed to new replies.