Title: Rows wont expand..
Last modified: August 18, 2016

---

# Rows wont expand..

 *  [xerocool](https://wordpress.org/support/users/xerocool/)
 * (@xerocool)
 * [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/)
 * If you go to one of my posts like [http://r0x0rz.info/open_source/fix_for_firefox_freezing.php](http://r0x0rz.info/open_source/fix_for_firefox_freezing.php),
   The comment textbox wont switch no matter what code I add. I tried expanding 
   the cols, the rows, adding size=””, etc..What do I modify or add? Thanks.

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

 *  [jennmiller](https://wordpress.org/support/users/jennmiller/)
 * (@jennmiller)
 * [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/#post-198118)
 * I’m not sure if you mean the textarea boxes, but if you are….input, textarea 
   is set to width of 153px. The box will expand when needed (if someone makes a
   really long comment), or you can adjust the width in the above example.
 *  [ColdForged](https://wordpress.org/support/users/coldforged/)
 * (@coldforged)
 * [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/#post-198119)
 * Don’t know what you mean by “switch”, but you have an explicit width on all those
   inputs via this CSS selector:
 * `input, textarea {
    margin: 0; background: #4A525A; border: 1px solid #999; border-
   top: 0; width: 153px; <------------------------------------ padding: 3px 0 2px
   5px; color: #fff; font-family: Verdana, Arial, sans-serif; font-size: 11px; }
 *  [prissed](https://wordpress.org/support/users/prissed/)
 * (@prissed)
 * [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/#post-198120)
 * Look for this in the css file:
 * input, textarea {
     margin: 0;  background: #4A525A;  border: 1px solid #999;
   border-top: 0;  width: 153px;  padding: 3px 0 2px 5px;  color: #fff;  font-family:
   Verdana, Arial, sans-serif;  font-size: 11px; }
 * Change `width: 153px;` to whatever width you want.
 *  [prissed](https://wordpress.org/support/users/prissed/)
 * (@prissed)
 * [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/#post-198121)
 * Damn! I type too slow. 😉
 *  Thread Starter [xerocool](https://wordpress.org/support/users/xerocool/)
 * (@xerocool)
 * [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/#post-198122)
 * Thanks guys.

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

The topic ‘Rows wont expand..’ is closed to new replies.

## Tags

 * [comment-box](https://wordpress.org/support/topic-tag/comment-box/)

 * 5 replies
 * 4 participants
 * Last reply from: [xerocool](https://wordpress.org/support/users/xerocool/)
 * Last activity: [21 years ago](https://wordpress.org/support/topic/rows-wont-expand/#post-198122)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
