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;
}
}

Result:

search mobile