Hello,
You can disable “Overlay on mobile” in WooCommerce -> FiboSearch -> Search bar (tab). You’ll need to enable “Advanced settings” to view the setting.
Best regards,
Clint
This worked!
How do I adjust the width on mobile?
On clicking the search icon the search bar dropdown is appearing, but I am not able to collapse it on the second click.
Hello,
Can you try adding the following CSS code to your Theme Customizer > Additional CSS:
@media only screen and (max-width: 600px) {
.dgwt-wcas-sf-wrapp {
width: 300px !important;
margin-left: 150px !important;
}
}
Best regards,
Clint
Hi, It has changed the appearance. But how do I make it collapse back? A second click on the search icon should make it collapse back.
Hello,
I can see an error in the dev console when clicking the search icon a second time to close it.
Maybe there is a conflict with one of your plugins or theme.
The best approach would be to deactivate plugins one by one and check if the issue still occurs after each deactivation. Also, try to switch your theme to e.g. Storefront, and check if the issue may be related to the theme.
This will help me determine if it’s not a compatibility issue and which plugin is the cause.
Best regards,
Clint
HI Clint,
Looks like the conflict is with Ditty News Ticker Plugin.
Please don’t tell me I have to disable the plugin, it was installed after many considerations!!!
Hope you are able to help !!! 🙂
TIA
Hello,
Can you contact the developer of the Ditty News Ticker Plugin? If they can help resolve the conflict.