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