• Resolved deanMKD

    (@deanmkd)


    Hi, i have set contact form 7 in my site, but Text Area is not the same size as other fields. So i want to ask, how to set all fileds to have the same size. Check image for more info. Thanks.

    View post on imgur.com

Viewing 1 replies (of 1 total)
  • Thread Starter deanMKD

    (@deanmkd)

    Just found myself the solution.. Add this code to your CSS.

    wpcf7-form-control-wrap input, textarea {
    max-width: 880px;
    width: 100%;
    }
    .wpcf7-submit
    {
    max-width: 900px;
    width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Contact From 7] All fileds same size’ is closed to new replies.