Search Bar

Ivory Search Forums Support Search Bar

Viewing 1 reply thread

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

  • Author
    Posts
    • #2491
      Allan Infasstec
      Participant
      • Topics: 6
      • Replies: 7

      Hello I would like to know how I raise the bar
      search using the Ivory search plugin

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

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

      As discussed in the live chat that you can increase its width by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      .k2t-menu li form.is-search-form {
       width: 1000px;
       max-width: 100%;
      }
      
      .k2t-menu li form.is-search-form label {
       width: 68%;
       display: inline-block;
       vertical-align: sub;
      }
      
      .k2t-menu li form.is-search-form label input.is-search-input {
       width: 100%;
      }

      Best regards,
      Ivory Search Support

Viewing 1 reply thread

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