Site logo

Archived topic

Search bar expanded

5 replies · Started by Matt on May 22, 2020

Viewing posts 1–6 of 6

https://imgur.com/a/hBzTHfz
Is there a way to shrink the bar so it's closer to where it expands from? Maybe only with a 200-250px width? It's all the way under the logo when it expands and I have my logo indexed high on purpose.

Hi there,

try this CSS:

.navigation-search.nav-search-active {
    max-width: 350px;
    left: unset;
    right: 90px;
}

Perfect! Thank you David. You're the best!

You're welcome

This archived topic is closed to new replies.