Hi, with support help I was able to position elements inside the form with this supplied code:
body #gform_wrapper_5 {
padding: 0px 11px;
}
body #gform_wrapper_5 label {
padding-top: 11px;
}
body #gform_wrapper_5 .gform_footer {
padding:0px;
}
This worked great. However, I now want to add padding (the tan area) above the (newly added) form title - so assuming we need to add to the code originally provided. Tried a few things, but couldn't get it to work. See form above map on this page: http://184.173.196.201/~hostccl/property/townhouse-condo/
Also - will want to add padding above the entire form to increase separation between the form and the copy above. Thanks! MM