Topic Resolution: Resolved
  • Closed
  • Greg Vaughan
    Spectator
    December 4, 2015 at 6:18 pm #22833

    The box area that defines the boundary of an individual comment on my blog and post pages is almost 2.5 inches in height. I’d like these comments to take up much less space so that more can be seen at a glance. I have contacted support for the blog plugin I use, and they tell me the comment height is a theme issue. Is there code I can add to decrease the height of these comments?

    Thanks

    http://www.bbblack.com/blog/

    Denzel Chia
    Moderator
    Posts: 2656
    December 5, 2015 at 11:45 am #22845

    Hi,

    Where is your comments?
    I can see any on your site.

    Thanks!

    Greg Vaughan
    Spectator
    Posts: 27
    December 5, 2015 at 6:29 pm #22852

    The comments are at the bottom of the main blog page. There were 12 comments until we figured out most were actually spam, so now there is only one. But, you can still see how much vertical space the comment takes up.

    http://www.bbblack.com/blog

    Denzel Chia
    Moderator
    Posts: 2656
    December 6, 2015 at 4:13 am #22861

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .comment-content {
    padding: 0 15px !important;
    }
    .comment-reply {
    padding: 0 15px 15px !important;
    }
    .comment-header {
    padding: 5px 15px !important;
    }

    Thanks!