please help for mobile view

Ivory Search Forums Support please help for mobile view

Viewing 3 reply threads

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

  • Author
    Posts
    • #4842
      jsahni
      Participant
      • Topics: 1
      • Replies: 1

      on desktop view i have fixed the search button on top bar and menu but in mobile view of my website search button is not visible and menu bar turns into 3 dots , it is fixed when i scroll down but i have to click on 3 dots to look for search button . i want to have a fixed search button on mobile view as well even if i scroll down. please help on how do i get it

    • #4843
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      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

    • #4846
      jsahni
      Participant
      • Topics: 1
      • Replies: 1
    • #4847
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      i want to have a fixed search button on mobile view as well even if i scroll down.

      You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      body .is-menu-wrapper {
          top: 30px;
          width: auto;
          position: fixed;
      }
Viewing 3 reply threads

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