Search icon not aligned in main navigation menu

Ivory Search Forums Support Search icon not aligned in main navigation menu

Viewing 3 reply threads

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

  • Author
    Posts
    • #8029
      micjam
      Participant
      • Topics: 1
      • Replies: 2

      Hi,

      I’ve tried various custom CSS scripts from support, but can’t get the search icon to budge.
      I would like it lined up with the menu items.

      Can you help?

      Regards, Mike.

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

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

      Could you please share your site URL where it’s displaying so that I can help you to align it?

      Best regards,
      Ivory Search Support

      • #8043
        micjam
        Participant
        • Topics: 1
        • Replies: 2

        thanks..
        luxhomefabrik.com

    • #8047
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,737

      You can align it 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

      .qodef-main-menu ul li.is-menu {
          margin-top: 40px;
      }
      • #8048
        micjam
        Participant
        • Topics: 1
        • Replies: 2

        Works perfectly now. Thanks very much!

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

      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:

      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.

      • #8127
        Greg Montique
        Participant
        • Topics: 0
        • Replies: 1

        I’m also having the same issue, the icon doesn’t line up on the menu and when clicked the search icon doesn’t line up with the search box. The website it http://www.altavistatech.com

      • #8129
        Ivory Search
        Keymaster
        • Topics: 0
        • Replies: 1,737

        @Greg Montique 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

        #header_main .is-menu input.is-search-input {
            margin-bottom: 0;
        }
        
        #header_main .is-menu {
            vertical-align: sub;
        }
Viewing 3 reply threads

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