• Resolved Mari J

    (@mari-j)


    Hi

    Can anyone suggest how to reduce the text box (message box) in the contact form 7 Version 4.2.1, please? Do I need a code for that? Thank you

    That’s what I have in the edit file:

    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Subject
    [text your-subject] </p>

    <p>Your Message
    [textarea your-message]</p>

    <p>[submit “Send”]</p>

    Please attach a file

    [file file-648]

Viewing 1 replies (of 1 total)
  • Thread Starter Mari J

    (@mari-j)

    Found the answer, if anyone needs:
    Put that code into the Custom CSS file.
    .wpcf7 span textarea {
    width: 333px;
    height : 30px;
    }

Viewing 1 replies (of 1 total)

The topic ‘Contact Form Reduce Text Box’ is closed to new replies.