there is a border right 0 in Custom Search Form and i cant change it

Ivory Search Forums Support there is a border right 0 in Custom Search Form and i cant change it

Viewing 4 reply threads

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

  • Author
    Posts
    • #23030
      Baniireza
      Participant
      • Topics: 1
      • Replies: 3

      Hi team. hope you are doing well… I got a border right 0 issue in Custom Search Form and I cant change it with CSS code… I guess you should solve it in next update

      Attachments:
      You must be logged in to view attached files.
    • #23038
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,760

      I hope you are well today and thanks for posting here.

      Please share the page URL from your site where it displays so I can troubleshoot it.

      Best regards,
      Ivory Search Support

      • #23043
        Baniireza
        Participant
        • Topics: 1
        • Replies: 3

        HERE YOU ARE !

        website link

        I tried to give the search a small border radius so that the lack of a right border wouldn’t be obvious. But if you inspect and look at the code, there is a zero right border that can’t be changed.

        here is a code:

        .is-form-style.is-form-style-3 input.is-search-input {
            border-right: 0 !important;
        }
    • #23052
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,760

      You can resolve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

      form.is-form-style.is-form-style-3 input.is-search-input {
          border-right: 1px solid #ccc!important;
      }
    • #23069
      Baniireza
      Participant
      • Topics: 1
      • Replies: 3

      thank you sir <3

    • #23077
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,760

      You are always 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:

      Click to leave a review

      I’d appreciate that. 🙂

      If I can help you further, please don’t hesitate to ask.

      • #23089
        Baniireza
        Participant
        • Topics: 1
        • Replies: 3

        with pleasure sir.

      • #23103
        Ivory Search
        Keymaster
        • Topics: 0
        • Replies: 1,760

        Thank you very much!

Viewing 4 reply threads

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