Forums

[resolved] [Wtgo Theme] add space/line between comments? (3 posts)

  1. colleencoover
    Member
    Posted 11 months ago #

    I'm trying to add a bit of space or a dividing line between comments on my husband's blog, paultobin.net. Is there maybe some easy bit of code to drop into the CSS or something to add space after the tags? I'm using a slightly tweaked version of Wtgo Theme by Lucky Themes. Thank you!

  2. chaoskaizer
    Member
    Posted 11 months ago #

    I'm trying to add a bit of space or a dividing line between comments on my husband's blog, paultobin.net. Is there maybe some easy bit of code to drop into the CSS or something to add space after the tags?

    Add the below code in your theme's style.css. It will add margin (spacing) and border foreach comment.

    #commentlist li {
     border-bottom: 1px solid #BFA78F;
     margin:1em 1.2em
    }
  3. colleencoover
    Member
    Posted 11 months ago #

    That's done it! Much easier to read now. Thanks so much!

Reply

You must log in to post.

About this Topic