Move search icon into menu

Ivory Search Forums Support Move search icon into menu

Viewing 3 reply threads

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

  • Author
    Posts
    • #799
      purchio
      Participant
      • Topics: 1
      • Replies: 1

      Hi,

      I have the search icon in my top menu, but it’s located on a different line other than the rest of the menu options, how can I move it to the first or last position in the same line?

      Home

      I’ve also noticed that the plugin activated a menu that sits in the bottom of the mobile version of the website. How can I disable that?

      Thanks,

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

      Hi Purchio,

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

      I have the search icon in my top menu, but it’s located on a different line other than the rest of the menu options, how can I move it to the first or last position in the same line?

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

      .nav-secondary .wrap {
          max-width: 1200px;
      }
      
      .nav-secondary li.is-menu {
          display: inline-block;
      }

      I’ve also noticed that the plugin activated a menu that sits in the bottom of the mobile version of the website. How can I disable that?

      No the plugin doesn’t display it. It is displayed by the genesis-mobile-menu-bar plugin that you are using on your site.

      Best regards,
      Ivory Search Support

    • #864
      purchio
      Participant
      • Topics: 1
      • Replies: 1

      Thank you very much! Worked like a charm! 🙂

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

      You are most welcome, I’m glad I was able to help you in 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/

      I’d really appreciate that. 🙂

      And if I can be of any further assistance please don’t hesitate to ask.

Viewing 3 reply threads

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