• Resolved colleencoover

    (@colleencoover)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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
    }

    Thread Starter colleencoover

    (@colleencoover)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Wtgo Theme] add space/line between comments?’ is closed to new replies.