To make mobile search open by default add this CSS in Theme options > Design > Custom Css
@media only screen and (max-width: 768px){
#adv-search-mobile {
display: block!important;
}
}
To make mobile search open by default add this CSS in Theme options > Design > Custom Css
@media only screen and (max-width: 768px){
#adv-search-mobile {
display: block!important;
}
}