Archived topic
Search bar expanded
5 replies · Started by Matt on May 22, 2020
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;
}
That works correctly except 1 thing. https://imgur.com/a/imkt1n3
Is there a way to make it appear on the left side of the X?
You can adjust the right position property to move it across.
Updated code above to include that
Perfect! Thank you David. You're the best!
You're welcome