Ivory Search › Forums › Support › Please help me, re mobile and search position
- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- January 28, 2020 at 5:25 PM #3843
Hello,
I’m using the spyglass icon.
Desktop:
The search icon on my website comes after the last item on the nav. I want it to be in-front of the cart how can I move it to the right. I’ve been trying for ages and used lots of different code.Mobile:
On mobile I either want the search icon to appear in the secondary nav and work, when you click off it, the search bar goes off the page. OR I’ve managed to get the search icon on the main header but it disappears when scrolling and still appears on the off-canvas nav. I just want one of the ways to work, I don’t care which.Thank you, I am pulling my hair out.
Attachments:
You must be logged in to view attached files. - January 29, 2020 at 6:22 PM #3850
I hope you are well today and thank you for your questions.
Desktop:
The search icon on my website comes after the last item on the nav. I want it to be in-front of the cart how can I move it to the right. I’ve been trying for ages and used lots of different code.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
@media only screen and (min-width: 1001px){ body #header-outer #top li.is-menu { position: absolute; right: 40px; top: 55px; } }
Mobile:
On mobile I either want the search icon to appear in the secondary nav and work, when you click off it, the search bar goes off the page.This is the issue of your website mobile menu.
You can resolve the issue by developing a custom code contacting the theme author.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site or WordPress agency.
You can also consider us to develop it for you using the form https://ivorysearch.com/custom-work/
OR I’ve managed to get the search icon on the main header but it disappears when scrolling and still appears on the off-canvas nav.
To stop this from occurring, you have to add a search icon in your mobile site header by contact the theme support that you are using on your website.
Best regards,
Ivory Search Support- January 31, 2020 at 2:53 PM #3862
Hello,
Thank you for your help regarding the position on desktop.
Regarding the mobile view, is there some code to make the search bar when you click the spyglass icon to come up full screen on the page. When the spyglass icon is currently clicked it comes up on the left and you can’t see it.
Thank you.
Attachments:
You must be logged in to view attached files.
- January 31, 2020 at 3:42 PM #3864
As said above, this is happening because of your website theme functionality so you have to contact your theme author or develop custom code to achieve this.
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login