Title: Indenting threaded comments
Last modified: June 26, 2017

---

# Indenting threaded comments

 *  Resolved [jurassosaurus](https://wordpress.org/support/users/jurassosaurus/)
 * (@jurassosaurus)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/indenting-threaded-comments/)
 * Hi,
 * I’ve had spotty luck with the threaded comments options using this theme. I would
   like for each reply to a comment to be indented, but instead all the comments
   remain stacked on top of one another (example: [https://reptilis.net/2015/06/09/jurassic-world-and-the-case-of-the-droopy-tailed-stegosaurus/#comments](https://reptilis.net/2015/06/09/jurassic-world-and-the-case-of-the-droopy-tailed-stegosaurus/#comments)).
   Is there a way to fix this using some CSS in the child-theme?
 * Thanks.

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/indenting-threaded-comments/#post-9264110)
 * Hi [@jurassosaurus](https://wordpress.org/support/users/jurassosaurus/)
 * Please try below CSS
 * Child theme / style.css ( or customize / Addisional CSS )
 *     ```
       #comments .children{
           margin-left:40px;
       }
       ```
   
 * Thank you.
 *  Thread Starter [jurassosaurus](https://wordpress.org/support/users/jurassosaurus/)
 * (@jurassosaurus)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/indenting-threaded-comments/#post-9264334)
 * Yep, that did the trick. Thank you!

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

The topic ‘Indenting threaded comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [jurassosaurus](https://wordpress.org/support/users/jurassosaurus/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/indenting-threaded-comments/#post-9264334)
 * Status: resolved