I enable this option “Hide the search box completely, display settings only?” in Layout option to hide the search but show only setting box and result box. In the shortcode generator, I put the setting box above the result box with 100% wide, but the result box shows above the setting box. In the admin live preview, the result box also shows above the setting box. Here is the shortcode.
<?php echo do_shortcode("[wd_asp elements='settings,results' ratio='100%,100%' id=9]");?>
and with 100% wide, but the boxes still display as 200px. Do I have to solve this with css?