How do I decrease the amount of space between elements and theme the upload field?

URL : http://knepper.direct-axis2.com

Image Illustrating What I want to do: http://img853.imageshack.us/img853/7819/screenshot16h.png

Thanks for your time.

Comments

schnelle02’s picture

You could edit the styles for the elements.

#webform-component-email{
margin-top:-10px;
}

#weform-component-phone{
margin-top:-10px;
}

etc.