• Usability is better if you only allow a vertical resizing of the message box (textarea), as follows:

    .wpcf7 textarea {
        border-radius: 5px;
        resize: vertical;
    }
  • The topic ‘Only allow vertical resize of message (textarea) field’ is closed to new replies.