Title: Comments form
Last modified: August 19, 2016

---

# Comments form

 *  [ccdavies](https://wordpress.org/support/users/ccdavies/)
 * (@ccdavies)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/)
 * Hi. Can anyone point me in the right direction where I can edit the comment form.
   I am using a child of the ‘TwentyTen’ theme.
 * I have styled the fields for the entire site, which has caused issues for WordPress.
   You can see what’s happening here: [http://jerseyislandphotography.com/blog/?attachment_id=105](http://jerseyislandphotography.com/blog/?attachment_id=105)
 * Thanks
    Chris

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993854)
 * [http://codex.wordpress.org/Function_Reference/comment_form](http://codex.wordpress.org/Function_Reference/comment_form)
 *  Thread Starter [ccdavies](https://wordpress.org/support/users/ccdavies/)
 * (@ccdavies)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993858)
 * [@esmi](https://wordpress.org/support/users/esmi/)! Thanks for the link, but 
   I am looking where I can edit the CSS I think! Where would I edit this?
 * Thanks
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993859)
 * Via your theme’s stylesheet.
 *  Thread Starter [ccdavies](https://wordpress.org/support/users/ccdavies/)
 * (@ccdavies)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993866)
 * I have managed to access the CSS, but cant work out why the labels and submit
   button are to the right of the fields. I am trying to get it to work like this:
 * Label
    Field
 * rather than:
 * Field Label
 * Any ideas?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993867)
 * Remove `float:left;` from:
 *     ```
       input {
           color: #4A4A4A;
           float: left;
           margin: 8px 0 9px;
           padding: 4px 7px;
       }
       ```
   
 * in style.css
 *  Thread Starter [ccdavies](https://wordpress.org/support/users/ccdavies/)
 * (@ccdavies)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993868)
 * Wow! Thanks!
    The only problem I have now is that the comment label is dropping
   off the bottom. I dont know how to make it in the middle of the textarea.
 * How could I achieve this?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993926)
 * Try changing:
 *     ```
       .comment-form-comment label {
           display: inline-block;
           margin-right: 5px;
       }
       ```
   
 * to:
 *     ```
       .comment-form-comment label {
           display: block;
           margin-right: 5px;
       }
       ```
   
 *  Thread Starter [ccdavies](https://wordpress.org/support/users/ccdavies/)
 * (@ccdavies)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993938)
 * Thanks Esmi.
 * I think my explanation was not particularly clear. I am actually wanting the 
   comment label to site on the left of the textarea but in the middle or top, but
   not above.
 * I have tried everything I can think of with no success.
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993952)
 * > I think my explanation was not particularly clear. I am actually wanting the
   > comment label to site on the left of the textarea but in the middle or top,
   > but not above.
 * Tricky. I would try playing with the height/line-height of the specific label.

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

The topic ‘Comments form’ is closed to new replies.

 * 9 replies
 * 3 participants
 * Last reply from: [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/comments-form-3/#post-1993952)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
