• Hey Guys! I need some help over here. How can I change the width of the Message Body field of the Contact Form?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter amigokin

    (@amigokin)

    Solved by myself. If anyone have the same problem, you only have to edit the wp-contact-form-7.php file inside the plugin directory.

    I couldnt fix it in the “wp-contact-form-7.php” file. any other thoughts?

    You can’t fix it by editing any file. You can specify the cols and rows attributes of textarea by using this format.

    [textarea your-message 100x200]

    this means cols = 100, rows = 200

    or define the sizes with CSS stylesheet in your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] Resize Message body field’ is closed to new replies.