Is there a way to make the contact form labels and boxes smaller? This is way too large:
http://www.kaseyahelp.com/contact/
Thanks!
Hi Gavin!
Yes our form s controlled with CSS, so it is possible to be done.
Can you please although define small? Do you want to make the height of the text boxes smaller, the font inside or the width of the fields?
Cheers!
Basilis
The height and width of the text boxes :-)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
padding: 5px;
}
.form_element_half input {
width: 90%!important;
}
#top label {
font-size: 12px;
}
Cheers!
Yigit
You’re the best! Thanks!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit