Title: Spacing between posts and widgets.
Last modified: September 1, 2016

---

# Spacing between posts and widgets.

 *  Resolved [edzuss99](https://wordpress.org/support/users/edzuss99/)
 * (@edzuss99)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/spacing-between-posts-and-widgets/)
 * Hello!I have question.How can I reduce spacing between posts a little and reduce
   spacing between widgets on the right side.
    -Best regards to theme creator! 🙂

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/spacing-between-posts-and-widgets/#post-7701223)
 * Hello there,
 * Thank you for reaching out to us here.
 * Could you please try to apply the following CSS code through the [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin or child theme’s style.css?
 *     ```
       .content-area .hentry{
         padding-top: 20px;
         padding-bottom: 10px;
       }
   
       #secondary.widget-area .widget {
         margin-bottom: 10px;
         padding-top: 20px;
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [edzuss99](https://wordpress.org/support/users/edzuss99/)
 * (@edzuss99)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/spacing-between-posts-and-widgets/#post-7701224)
 * Huge thanks to you man!
    Have an awesome day! 🙂
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/spacing-between-posts-and-widgets/#post-7701307)
 * You’re welcome, just go easy on it.

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

The topic ‘Spacing between posts and widgets.’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/spacing-between-posts-and-widgets/#post-7701307)
 * Status: resolved