Hi Sean,
I am sorry for the delay of this reply.
I found that there is a problem with the Detect location button where it finds a list of possible locations but none are correct and it does not allow me to manually put in the correct address.
I am sorry but currently the only to get your address is to hit the 'detect location' button
We will see if we can add another input text box into this module so that user can enter the address manually
As for the spacing issue, I've added a css hack on your template css file 'JOOMLA/templates/motion/css/custom.css' and added below css code at line after 171:
.es-custom-dating .zen-module-title h3 {
margin: 0px 0px !important;
}
body div#fd .es-dating-search-form .radio-inline {
padding-top: 0px !important;
}
body div#fd.es .es-dating-search-form .radio-inline + .radio-inline {
margin-left: 20px !important;
}
body div#fd .es-dating-search-form .form-group {
margin-bottom: 5px !important;
}
Also, in your friend finder module, I've added a module css suffix called 'es-custom-dating'. This suffix is to work with the above css hack. Please see
http://screencast.com/t/8Gu39VrL6P
Now your friend finder module will look like this
http://screencast.com/t/stc2zcK5
The above screenshot was captured when the JCH optimizer plugin disabled. As for now, I've enabled back this JCH plugin and to see the custom css again, you will need to clear the cache from your Joomla and also from this JCH optimizer plugin.
Hope this help and have a nice day