Contact Form Change Box Height & padding between fields?
How do I change the height of the boxes where people input information and how do I reduce the space or padding between the input areas?
Basically I am trying to reduce the input field height and space between them.
Thank you for your help.
Hey!
Try adding this code to the Quick CSS:
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
padding: 4px;
}
Cheers!
Josue
WOW, perfect!!
Thank you very much for that fix!
I know Contact Form 7 has more features but I like the Kriesi form, it is a much nicer looking form.