Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to reduce the number of rows because you want to limit the number of characters then you may take a look at http://contactform7.com/max-min-length-options-and-character-count/

    is this possible to target and override through CSS?

    You may use CSS to control the style/looks of the textarea in terms of width, height, etc. But limiting the actual number of lines of entry in the textarea can generally be done via JavaScript.

    Example; you could use the CSS below to change the height and width of the the textarea of Contact Form 7

    .wpcf7 .wpcf7-textarea {
    width: 300px;
    height: 100px
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reducing number of rows?’ is closed to new replies.