Hi everyone,
I want to change my search lens into a search bar in my mobile version.
Store URL: thecleanroom.net
Below is what my search lens currently looked like:

and this is what I intend it to be:
Hi everyone,
I want to change my search lens into a search bar in my mobile version.
Store URL: thecleanroom.net
Below is what my search lens currently looked like:

and this is what I intend it to be:
Hi @IntechCarl ,
You can add the below css into the base.css file to achieve the same .
@media only screen and (max-width: 767px) {
details[open]>.search-modal {
margin-top:15vw;
}
}