How to Change Search Bar Width?

Ivory Search Forums Support How to Change Search Bar Width?

Viewing 1 reply thread

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

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

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

      Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?

      Best regards,
      Ivory Search Support

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

      Thank you for sharing the site URL.

      Please use the below custom CSS code to make it full width.

      #content .is-form-style label {
          width: 90%;
      }
      #content .is-form-style input.is-search-input {
          width: 100%;
      }
Viewing 1 reply thread

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