Thanks for your reply. I added the following code to call the mobile search function in the mobile header section in my child theme, but it didn’t work. Would you let me know what I did wrong? Thank you!
if( wp_is_mobile() ) {
if(function_exists('header_menu_search')){
header_menu_search();
}