Title: Nested comments issue
Last modified: August 20, 2016

---

# Nested comments issue

 *  [ToonVK](https://wordpress.org/support/users/toonvk/)
 * (@toonvk)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/)
 * I have a website [http://mushroompalace.com](http://mushroompalace.com). I run
   wordpress 3.1.3. I want the nested comments to go underneath each other. Not 
   with indents.
    A good example of what I mean in the Facebook Comments system.
   Because right now you can’t reply any more when the limit (I set my nested level
   to 5) of 5 replies is achieved. I’m looking for a good plugin to fix this. Or
   some code. I don’t want the Facebook plugin, because most of my readers grow 
   hallucinogenic mushrooms too and they obviously don’t want to be known via Facebook
   Comments.

Viewing 6 replies - 16 through 21 (of 21 total)

[←](https://wordpress.org/support/topic/nested-comments-issue/?output_format=md)
[1](https://wordpress.org/support/topic/nested-comments-issue/?output_format=md)
2

 *  Thread Starter [ToonVK](https://wordpress.org/support/users/toonvk/)
 * (@toonvk)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108295)
 * Like this?
 *     ```
       /*
       Theme Name: Twenty Ten Child
       Theme URI: http://wordpress.org/
       Description: child theme of twentyten
       Author: Toon Van Kets
       Template: twentyten
       Version: 0.1.0
       */
   
       @import url("../twentyten/style.css");
   
       #site-title a {
           color: #009900;
       }
   
       .commentlist li.comment li {
       margin-left:0;
       }
   
       .commentlist li.comment {
       margin:0 0 0 30px;
       padding:0;
       }
       .comment-author cite,
       .comment-meta {
       margin-left:45px;
       }
       ```
   
 * That doesn’t seem right. The first comment is aligned with the replies.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108323)
 * Well – what is it that you want?
 *  Thread Starter [ToonVK](https://wordpress.org/support/users/toonvk/)
 * (@toonvk)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108324)
 * If everything is aligned, you can’t see who originally posted.
 * I took the example of facebook: [http://2.bp.blogspot.com/-Xpp3UDWyLd4/TYl2yRf5AaI/AAAAAAAAAHg/4oVM1zxtJj4/s1600/facebook_comment.PNG](http://2.bp.blogspot.com/-Xpp3UDWyLd4/TYl2yRf5AaI/AAAAAAAAAHg/4oVM1zxtJj4/s1600/facebook_comment.PNG)
 * So the first comment could start at margin 0px and all the replies at 20px. I’m
   sorry if I didn’t make this clear earlier.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108333)
 * add this as well:
 *     ```
       .commentlist li.comment.depth-2 {
       margin:0 0 0 20px;
       padding:0;
       font-size:90%;
       }
       ```
   
 * font-size is optional – makes the writing a bit smaller – like facebook 😉
 *  Thread Starter [ToonVK](https://wordpress.org/support/users/toonvk/)
 * (@toonvk)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108337)
 * Thanks so much!
 *  Thread Starter [ToonVK](https://wordpress.org/support/users/toonvk/)
 * (@toonvk)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108341)
 * Is there any way to fix the limited amount of replies?
    I believe the maximum
   is 10. Can you change that to infinite?

Viewing 6 replies - 16 through 21 (of 21 total)

[←](https://wordpress.org/support/topic/nested-comments-issue/?output_format=md)
[1](https://wordpress.org/support/topic/nested-comments-issue/?output_format=md)
2

The topic ‘Nested comments issue’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [nested](https://wordpress.org/support/topic-tag/nested/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 21 replies
 * 3 participants
 * Last reply from: [ToonVK](https://wordpress.org/support/users/toonvk/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/nested-comments-issue/page/2/#post-2108341)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
