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

Help article about how to add custom CSS
Result:

Tip: If you have theme cache enabled, make sure you clear cache to see instant results.