Title: Divider between comments
Last modified: March 18, 2026

---

# Divider between comments

 *  Resolved [macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * (@macsuibhne)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/divider-between-comments/)
 * There are two things I’m wondering about but couldn’t find anything in the settings:
 * 01. Is there any way to increase the space between comments? I only allow individual
   comments, no replies to comments.
 * 02. Is there any way to put a divider between comments? A horizontal rule, or
   a string of characters (********, for example)

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

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/divider-between-comments/#post-18856317)
 * Hi,
 * **_01. Is there any way to increase the space between comments? I only allow 
   individual comments, no replies to comments._**
 * You can use the following CSS:
 * .wpd_comment_level-1 {
    padding-bottom: 35px;}
 * **_02. Is there any way to put a divider between comments? A horizontal rule,
   or a string of characters (\*\*\*\*\*\*\*\*, for example)_**
 * You can try one of the following CSS options and choose the one you prefer. You
   can also customize them as needed:
 * **Option 1: Divider line **
 * .wpd_comment_level-1:after {
    content: “”; display: block; width: 100%; border-
   bottom: 2px dashed black; margin-top: 10px;}
 * **Option 2: Text-style divider**
 * .wpd_comment_level-1:after {
    display: block; width: 100%; content: “***************”;
   letter-spacing: 2px; overflow: hidden; white-space: nowrap;}
 * The CSS code should be inserted in the Dashboard > Comments > wpDiscuz > Settings
   > Styles and Colors admin page ” Custom CSS Code” textarea.
 * Please make sure to clear all caches before checking the result.
 *  Thread Starter [macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * (@macsuibhne)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/divider-between-comments/#post-18856704)
 * Excellent! Thanks a lot for your help.

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdivider-between-comments%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * Last activity: [2 months, 2 weeks ago](https://wordpress.org/support/topic/divider-between-comments/#post-18856704)
 * Status: resolved