How to Show Search Form in Mobile just small icon?

Ivory Search Forums Support How to Show Search Form in Mobile just small icon?

Viewing 3 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #5208
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,790

      Yes, I am doing good.

      I hope you are well today and thank you for your question.

      Could you please share your site URL where it’s displaying so that I can help you?

      Best regards,
      Ivory Search Support

    • #5209
      shivaji
      Participant
      • Topics: 1
      • Replies: 2

      Thanks for your quick reply on this.

      Here goes my page: https://events.anandodhara.com/

    • #5218
      shivaji
      Participant
      • Topics: 1
      • Replies: 2

      hello support,

      can I expect any reply on this, please?

      Thanks,
      shivaji

    • #5219
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,790

      Sorry for the late reply.

      You can hide regular search form on mobile by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      @media (max-width: 491px){
      #header .header-center form {
          display: none !important;
      }
      }

      Then display search icon on mobile as described on the below pages.

      Display Search Form In Mobile Site Header

      Change Menu Search Form Style

      After that, we can position it using CSS.

Viewing 3 reply threads

You must be logged in to create new topic or reply to the topic.