Forums
-
- Forum
- Posts
-
- Installation
- 28,531
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
Thanks U can edit the size from css file. Find this inside your css file
.postform textarea {
height: 12em;
margin: 5px 0;
padding: 5px;
width: 720px; //Edit the width to fit your page.
display: block;
}