Hi Richard,
To remove the expansion in Advanced search form, please follow these steps
open file: components > com_osproperty > helpers > common.php
find
<span class="more_option" id="more_option_span"><?php echo JText::_('OS_MORE_OPTION')?></span>
<div id="more_option_div" style="display:none;">
and change to
<div id="more_option_div">
Good luck
Dam