Ivory Search › Forums › Support › Broken design on mobile phones
- This topic has 12 replies, 2 voices, and was last updated 1 month ago by
Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- March 24, 2025 at 5:03 PM #23884
I hope you are well today and thank you for your question.
Could you please share your site URL where it displays so I can help you to achieve it?
Best regards,
Ivory Search Support- March 24, 2025 at 7:17 PM #23885
Hi of course the site URL is: https://disciplinedhuman.online/
Thanks for your help
- March 25, 2025 at 12:40 PM #23888
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
@media (max-width: 443px) { body .is-menu form.is-search-form { right: 0; left: 0; position: fixed; z-index: 999999; top: 62px; max-width: 100%; } }
- March 25, 2025 at 9:39 PM #23893
Hi, thanks for your quick response. It did work, however, the expandable search box layout breaks on layouts 310 pixels and below, and I’d like it to cover at least one layout 260 pixels and above, since my entire page is responsive up to that width. Is there any way to achieve this?
Thanks in advance
- March 26, 2025 at 5:51 PM #23905
Please also try using the CSS code below.
@media (max-width: 443px) { body .is-form-style.is-form-style-3 label{ width: calc(100% - 85px)!important; } }
- March 27, 2025 at 1:48 AM #23911
Thanks for your help. It´s works so good.
Have a nice day
- March 27, 2025 at 3:51 AM #23915
Good morning, excuse me, I just noticed that the search bar stays fixed when you scroll down the screen, which has an unpleasant effect. Is there a way to block the screen from scrolling when you click on the search icon to display the search bar? This only happens on a max width of 443px.
Thanks in advance- March 27, 2025 at 1:01 PM #23917
No, we can’t do anything in this case as it is a limitation of your theme.
- March 29, 2025 at 3:22 AM #23937
Hello, good day, thanks for the help. Is there any other way to hide this behavior of the search menu staying open and visible when scrolling down still maintaining the other features you’ve provided to make it responsive? For example, to close the search bar when scrolling down or changing the fixed position to avoid the fortuneless behavior, while maintaining its responsive functionality.
- March 29, 2025 at 9:09 PM #23942
We can try achieving this if your website displays a sticky header on scroll.
- March 30, 2025 at 11:16 PM #23949
Could you help me to do that please?
- March 31, 2025 at 6:38 PM #23958
You have to contact your theme support to do it.
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login