Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #361477

    How can i change the height of the textfields in my contactform? I tried several things but nothing happened.
    Any suggestions?

    #361481

    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

    #361693

    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?

    #361714

    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

    #361753

    Yigit,
    Your great. Thanxs

    #361770

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.