How can i change the height of the textfields in my contactform? I tried several things but nothing happened.
Any suggestions?
Hi Jaco!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { min-height: 60px; }
If that does not help, please post a screenshot and show the changes you would like to make
Cheers!
Yigit
The code you gave me works only i want to make it less height. So i changed the value to a lower value and also that works.
But underneath a value it stops functioning. Probably because there is a padding in the textfield. Where can i change that. I tried that in the shortcode.css but it is not changing. Any suggestions?
Hey!
Please add following code to Quick CSS instead
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { padding: 5px; }
Best regards,
Yigit
Yigit,
Your great. Thanxs
Hi!
You are welcome, glad we could help :)
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