Edit templates/jf_taman/css/template.css, modify from line 1001 to 1011: remove margin property:
#contact-form label#jform_contact_name-lbl {
display: block;
margin: 30px 0 0;
}
to:
#contact-form label#jform_contact_name-lbl {
display: block;
}
The second problem I have is the link "Information on contact", because i don't want that and the white space under that.
From backend, go to Components -> Contacts -> Options: set "Display format" is "Plain".
joomfreak