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!
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!
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.
You must log in to post.