Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,775
- Themes
- 10,444
- Plugins
- 15,384
- Requests & Feedback
- 14,987
- 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;
}