[Resolved] search area length

Home Forums Support [Resolved] search area length

Home Forums Support search area length

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1403913
    demoxing

    Hello,
    I added the search icon to my primary menu, but when I click on it, it will cover the full container width. is possible to make it less? I don’t want to disappear my logo while searching for something. or make it transparent.
    I just want to less my searching area length.

    reference: https://imgur.com/LQWHlwn

    #1403922
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .navigation-search.nav-search-active {
        left: auto !important;
        max-width: 400px;
    }
    #1403939
    demoxing

    thanks for the help, David.

    #1404105
    David
    Staff
    Customer Support

    You’re welcome

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