Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Reduce margins contactform’ is closed to new replies.
H,
i
Is it possible to reduce the height and padding of the input fields in the contactform?
http://logopedievenhuizen.groeier.nl/aanmelden/
http://www.groeier.nl/Padding.png
Thanks in advance
herrbirk
Hi,
Please add following code in custom.css file or Quick CSS in Enfold theme options page under Styling
#top .ajax_form .text_input { padding: 7px; }
.ajax_form .form_element_half { margin-bottom: 0; }
Regards,
Yigit
Thank you!