Search button text cut off – search bar too wide – search button too narrow

Ivory Search Forums Support Search button text cut off – search bar too wide – search button too narrow

Viewing 1 reply thread

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

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

      Hi Brochite,

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

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

      
      #page  .ivory-search #searchsubmit {
          width: 100px;
      }
      
      #page .ivory-search input.search-field {
          width: calc(100% - 100px);
      }
      

      Best regards,
      Ivory Search Support

      • #581
        brochite
        Participant
        • Topics: 1
        • Replies: 1

        This works beautifully! Thanks for the code; I didn’t have a clue how to style the object without your help!

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

      You are most welcome here 🙂

      Thank you for your valuable feedback and review 🙂

      Please advise if you have more questions.

      Have a fantastic day!

Viewing 1 reply thread

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