Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20203
    Websiteguy
    Member

    Hi

    How can I remove the spacing in all the comments.

    EX) http://www.kidsguide2theworld.com/?p=201#comment-48.

    Thanks

    #20232
    Sakin
    Keymaster

    @Websiteguy: Here goes the total css that you need to customize Comment section.

    /* Margin below Comment Box */
    #respond { margin-bottom: 50px; }
    /* Margin below comment title One thought on */
    .comments-area .comments-title { margin-bottom: 50px; }
    /* Margin Below Leave a Comment title */
    #reply-title { margin-bottom: 50px; }
    /* Margin and Padding below each comments */
    .site-content .comments-area article { margin-bottom: 50px; padding-bottom: 50px; }
    /* Margin below each comment header */
    .comments-area article header { margin-bottom: 30px; }
    /* Margin below paragraph of the comment */
    .comments-area .comment-content p { margin-bottom: 40px; }
    #20259
    Websiteguy
    Member

    Works great! just changed a couple of things.

    
    /* Margin below Comment Box */
    #respond { margin-bottom: 25px; }
    /* Margin below comment title One thought on */
    .comments-area .comments-title { margin-bottom: 15px; }
    /* Margin Below Leave a Comment title */
    #reply-title { margin-bottom: 10px; }
    /* Margin and Padding below each comments */
    .site-content .comments-area article { margin-bottom: 25px; padding-bottom: 50px; }
    /* Margin below each comment header */
    .comments-area article header { margin-bottom: 15px; }
    /* Margin below paragraph of the comment */
    .comments-area .comment-content p { margin-bottom: 20px; }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Spacing in Comments thought Child Theme’ is closed to new replies.