Not working in Mobile Menu

Ivory Search Forums Support Not working in Mobile Menu

Tagged: ,

Viewing 2 reply threads

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

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

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

      It seems conflicting with your theme mobile menu functionality.

      You can resolve this by always displaying the search form input box on the mobile menu. To do that, just add the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      .et_mobile_menu li.is-menu a {
          display: none;
      }
      .et_mobile_menu li.is-menu form.is-search-form {
          position: static;
          width: auto;
          max-width: 100%;
      }
      .et_mobile_menu .is-menu form label,
      .et_mobile_menu li.is-menu input.is-search-input {
          max-width: 100%;
      }

      Best regards,
      Ivory Search Support

    • #5136
      blatka
      Participant
      • Topics: 2
      • Replies: 3

      Perfect! Thank you!

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

      You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

      https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

      I’d really appreciate that. 🙂

      And if I can be of any further assistance please don’t hesitate t

Viewing 2 reply threads

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