Icon not in right place

Ivory Search Forums Support Icon not in right place

Tagged: 

Viewing 3 reply threads

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

  • Author
    Posts
    • #7521
      Alexa Reigt
      Participant
      • Topics: 1
      • Replies: 1

      Hello everyone 🙂

      I put the icon of search to display in the primary menu it appears in a strange place.
      I would like it appears in the same line of the principal menu as I display in setting.

      See in the website : https://www2.saumos.fr/#
      And my setting in attachement.

      Thanks a lot per advance for your answer !

      Alexa

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

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

      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

      #mainnav li.is-menu {
          float: none;
          display: inline-block;
          vertical-align: text-top;
      }

      Best regards,
      Ivory Search Support

    • #7539
      Alexa Reigt
      Participant
      • Topics: 1
      • Replies: 1

      Thanks a lot for your help ! It works 😀

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

      You are most welcome here 🙂

Viewing 3 reply threads

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