Title: Textarea columns width
Last modified: August 18, 2016

---

# Textarea columns width

 *  Resolved [Thort](https://wordpress.org/support/users/thort/)
 * (@thort)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/textarea-columns-width/)
 * Hi!
 * I’m trying to style the submit comment textarea. I want it to have the same width
   as the textboxes above.
 * In comments.php my textarea code is as follow:
 * <textarea name=”comment” id=”comment” cols=”50″ rows=”10″ tabindex=”4″ style=”
   font-size: 16px; background-color: #999966; border: solid 1px #000000;”></textarea
   >
 * If I increase the size in the cols tag nothing happens. But when I change the
   rows size the textarea gets higher.
 * How do increase the width of the textarea?
 * Here is the full code of my comments.php:
    [http://thort.se/storage/forum/Wordpress/green-harmony/comments.txt](http://thort.se/storage/forum/Wordpress/green-harmony/comments.txt)
 * And here is my comment site:
    [http://thort.se/blog/index.php/2005/08/03/faglar-pa-svarte-mosse-pa-vintern/#comments](http://thort.se/blog/index.php/2005/08/03/faglar-pa-svarte-mosse-pa-vintern/#comments)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/textarea-columns-width/#post-254794)
 * #content textarea { width: 400px; }
 * In your css, look for that line and adjust the 400px to suit 🙂
 *  Thread Starter [Thort](https://wordpress.org/support/users/thort/)
 * (@thort)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/textarea-columns-width/#post-254797)
 * Thanks podz!
 * Very good!
    It worked! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Textarea columns width’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Thort](https://wordpress.org/support/users/thort/)
 * Last activity: [20 years, 10 months ago](https://wordpress.org/support/topic/textarea-columns-width/#post-254797)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
