My website www.icomfortpets.com search bar isn’t working on mobile. Is there a fix for this?
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Regarding your concern to fix the search bar on the mobile dimension
Step1: Online store > Themes > Edit code > search for css file and select the theme css file
Step2: Paste the code to the end of the file
@media screen and (max-width: 640px){
.header__search-bar-wrapper{
z-index: 9 !important;
}
}
Hope this helps.
Best regards,
PageFly