IvorySearch not working on a small screen

Ivory Search Forums Support IvorySearch not working on a small screen

Viewing 1 reply thread

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

  • Author
    Posts
    • #2299
      jimoe
      Participant
      • Topics: 2
      • Replies: 0

      Ivory Search 4.2.1
      Wordpress 5.2.1
      Site: https://sohnen-moe.com/

      I was checking how our site looks on a cell phone screen. Overall, adequate. IvorySearch, however, is basically non-functional even with the phone held landscape.

      Is there a way to correct this?

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

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

      This is a theme specific issue that you are using on your site.

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

      @media screen and (max-width: 980px){
      .is-menu.dropdown form#searchform {
          display: block;
          position: static;
          float: left;
          min-width: 270px;
      }
      #et-top-navigation .is-menu > a {
          display: none;
      }
      #et-top-navigation li.is-menu {
          background: none !important;
          height: 0;
          width: 0;
      }
      }

      Best regards,
      Ivory Search Support

Viewing 1 reply thread

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