Title: Margin between posts and comments
Last modified: September 1, 2016

---

# Margin between posts and comments

 *  Resolved [exilhamburger67](https://wordpress.org/support/users/exilhamburger67/)
 * (@exilhamburger67)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/margin-between-posts-and-comments/)
 * Hello Tomas,
 * I have a little problem: I can’t find the right margin to reduce the distance
   between post (after social links and comments (after “Bearbeiten” before “Hinterlasse
   einen Kommentar”) in css-file (see [http://www.hnbi.de](http://www.hnbi.de)).
   I changed some margins but I didn’t find the right one.
    Do you have an idea?
 * Best regards from Germany

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/margin-between-posts-and-comments/#post-7564929)
 * Hey there,
 * Please add following custom CSS to your theme using Jetpack’s Custom CSS Module
   by navigating to **Appearance -> Edit CSS** from your WordPress dashboard
 *     ```
       #wc-comment-header {
           padding-top: 0px;
       }
       .page .content-area article {
           padding: 0px;
       }
       ```
   
 * Hope it helps.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/margin-between-posts-and-comments/#post-7564955)
 * For all other similar tasks please see this tip:
 * [http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Use-web-dev-tools](http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Use-web-dev-tools)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Margin between posts and comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-framework/2.3.1/screenshot.
   png)
 * Tiny Framework
 * [Support Threads](https://wordpress.org/support/theme/tiny-framework/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-framework/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/margin-between-posts-and-comments/#post-7564955)
 * Status: resolved