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

    Is there a way to make the contact form labels and boxes smaller? This is way too large:

    http://www.kaseyahelp.com/contact/

    Thanks!

    #553463

    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

    #553479

    The height and width of the text boxes :-)

    #553873

    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

    • This reply was modified 8 years, 3 months ago by Yigit.
    #553912

    You’re the best! Thanks!

    #553926

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact form elements too big’ is closed to new replies.