• Wootie

    (@wootie)


    I have tried setting the size (using column/row bit as noted in the doc) for a textarea, but it keeps coming across as the same size as a regular text item.

    http://www.nahahillclimb.org/contact/

    ?

    Here’s the entirety of the form – I’ve also tried 40×10 which didn’t change anything either…

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Your Phone Number<br />
       [tel tel-464] </p>
    
    <p>Your Message<br />
        [textarea your-message x4] </p>
    
    <p>[submit "Send"]</p>

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Neil Murray

    (@buzztone)

    The overall size of the form elements is generally controlled by the CSS in your current WordPress theme rather than the “size” you use in the Form section of the CF7. This refers to the standard HTML size attribute which may or may not control overall element size.

    See Styling Contact Form for a general explanation of styling CF7 forms using CSS.

    There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't set size of textarea?’ is closed to new replies.