[Resolved] how to make search bar open in desktop

Home Forums Support [Resolved] how to make search bar open in desktop

Home Forums Support how to make search bar open in desktop

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2065749
    johnaps

    Hello, i want to make my search bar like this

    View post on imgur.com

    to be open when on desktop…

    How can i do it?

    #2066286
    David
    Staff
    Customer Support

    Hi there,

    depends on what and where the search field is.
    If you can share a link to where i can see the existing search icon i can advise on whats possible.

    #2066556
    johnaps
    #2066677
    Ying
    Staff
    Customer Support

    It’s kind of tricky, give this CSS a try, but as the search bar is set to position: absolute , you’ll need to write custom CSS to avoid overlapping between menu items and the search bar:

    body .navigation-search {
        left: 0;
        right: 0;
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
    } 
    #2066747
    johnaps

    thank you very much!

    Is there a way to add text to the placeholder?

    #2066825
    Ying
    Staff
    Customer Support
    #2067171
    johnaps

    Thank you very much!

    #2067848
    Ying
    Staff
    Customer Support

    No problem 🙂

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