Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27333

    Hi,

    I almost have my contact form set, but I can’t change the lengths of the text fields.

    The form is here:

    http://aarcs.ca/dog-application/

    I try using [text* MailingAddress 40/100] for example, to make the text field larger, but they all stay the same size. Any ideas?

    #133652

    Please insert following css code into the quick css field

    .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: auto;
    }

    #133653

    Thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘contact form 7 text field size problem’ is closed to new replies.