Title: Comment styling issues
Last modified: August 20, 2016

---

# Comment styling issues

 *  [c-m](https://wordpress.org/support/users/c-m/)
 * (@c-m)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-styling-issues/)
 * I’m using a child theme to the default Twenty Eleven.
 * Unfortunately something has gotten messed up and the comments styling isn’t quite
   right. See below:
 * [http://www.motobulbs.co.uk/products/philips-x-treme-vision-100-headlight-bulbs-pair/](http://www.motobulbs.co.uk/products/philips-x-treme-vision-100-headlight-bulbs-pair/)
 * There is one comment on that page, but some how its styling is messed up.
 * Can anyone help in correcting this?
 * Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-styling-issues/#post-3171067)
 * keep your css clean – with this style i style.css of the child theme:
 *     ```
       footer #supplementary ul, li {
           list-style-type: none;
       	display: inline;
       	margin: 0;
       	padding: 0;
   
       }
       ```
   
 * you are styling **all **`li` elements;
 * did you mean:
 *     ```
       footer #supplementary ul, footer #supplementary li {
       ...
       ```
   
 *  Thread Starter [c-m](https://wordpress.org/support/users/c-m/)
 * (@c-m)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-styling-issues/#post-3171080)
 * Thanks. I never would have spotted that.
 * I was inadvertantly making the comment display: inline; which caused the problem.
 * I also need to change the button to read “Add review” rather than “Post Comment”
   but whist i’ve changed this in comment.php it’s had no effect at all.

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

The topic ‘Comment styling issues’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [c-m](https://wordpress.org/support/users/c-m/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/comment-styling-issues/#post-3171080)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
