IvorySearch not working on a small screen

Ivory Search Forums Support IvorySearch not working on a small screen

Viewing 0 reply threads

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

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

      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 0 reply threads

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