bar customization with css

Ivory Search Forums Support bar customization with css

Viewing 0 reply threads

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

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

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

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

      .is-menu.default form.is-search-form {
          max-width: 110px;
      }
      
      .is-menu.default form.is-search-form input.is-search-input {
          max-width: 100%;
      }

      Best regards,
      Ivory Search Support

Viewing 0 reply threads

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