Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18145
    youngwings
    Member

    Re the site http://carmenamato.net using Catch Everest Pro:

    The WordPress settings choice is selected under Comment Options in the Theme Options. There is a great deal of whitespace around comments and the comment font is the same size as all of the pages. This means that alot of scrolling is required to read the comments.

    How do I reduce the amount of white space and use a smaller font for the comments?

    Thank you

    #18162
    Sakin
    Keymaster

    @youngwings: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .comments-title {
        margin-bottom: 15px;
    }
    .comments-area article {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .comments-area article header {
        margin-bottom: 10px;
    }
    .comments-area article p {
        margin-bottom: 10px;
    }
    #18277
    youngwings
    Member

    Thank you, it worked great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to reduce comment whitespace and font size’ is closed to new replies.