Site logo

[Resolved] Search bar expanded

Home Forums Support [Resolved] Search bar expanded

Home Forums Support Search bar expanded

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1296850
    Matt

    View post on imgur.com


    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.

    #1296913
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    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?

    #1296985
    David
    Staff
    Customer Support

    You can adjust the right position property to move it across.
    Updated code above to include that

    #1296994
    Matt

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

    #1297283
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.