Search Form Width

Ivory Search Forums Support Search Form Width

Viewing 3 reply threads

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

  • Author
    Posts
    • #3970
      Channel Tek
      Participant
      • Topics: 1
      • Replies: 1

      Hello all, I know this topic is discussed before, I’ve searched the forum, but when I post that Custom CSS in Ivory Search Settings, the width doesn’t change to 100%

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

      Please any help. Thanks

      Website

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

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

      The CSS code is specific to the theme markup so the CSS code working on one website may not work for others.

      You can increase its width on your shared website by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      form.is-search-form.is-form-style.is-form-style-3.is-form-id-3851 label {
          width: 90%;
          max-width: 90%;
      }

      Best regards,
      Ivory Search Support

    • #3977
      Channel Tek
      Participant
      • Topics: 1
      • Replies: 1

      Thank you so much for quick response, and let me add that this search form is a life saver šŸ™‚ planning to buy standalone version in future. Thanks again.

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

      You are most welcome, Iā€™m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

      https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

      Iā€™d really appreciate that. šŸ™‚

      And if I can be of any further assistance please don’t hesitate to ask.

Viewing 3 reply threads

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