Hi Sergio,
It sounds like you’re having an issue with the search option on your mobile site. One possible solution is to adjust the CSS to ensure the search option is visible. You can try adding the following code to your CSS:
@media (max-width: 300px) {
.widget_search {
display: block;
width: 100%;
}
}
This should help make the search widget responsive on smaller screens.
Best,
[Jia Arsal]