Search button Alignment to the center of the line

Ivory Search Forums Support Search button Alignment to the center of the line

Tagged: ,

Viewing 3 reply threads

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

  • Author
    Posts
    • #17132
      Maciej Niziński
      Participant
      • Topics: 2
      • Replies: 1

      Hello,
      Can you please share the CSS code that will align the search icon in the menu to the center?

      Thank you

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

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

      It is website specific.

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

      Best regards,
      Ivory Search Support

    • #17140
      Maciej Niziński
      Participant
      • Topics: 2
      • Replies: 1
      This reply has been marked as private.
    • #17174
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      You can achieve 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

      .is-menu a {
          padding-top: 50px !important;
      }
      
      #header.navi_scrolled .is-menu a {
         padding-top: 35px !important;
      }
Viewing 3 reply threads

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