Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #175567

    How do I change the size of the contact form (it is so big)

    #175923

    Hi e-conomy!

    You can adjust the padding and the minimum width. Add this on your custom.css or Quick CSS:

    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    width: 100%;
    min-width: 50px;
    padding: 5px;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change contact form’ is closed to new replies.