Title: Display WordPress Posts Widget &#8211; Header/Footer
Last modified: August 31, 2016

---

# Display WordPress Posts Widget – Header/Footer

 *  Resolved [JohnNadeau](https://wordpress.org/support/users/johnnadeau/)
 * (@johnnadeau)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-wordpress-posts-widget-headerfooter/)
 * Hi,
 * We’re using your wonderful Display WordPress Widget to pull blog posts from [http://LeLacAppelle.com](http://LeLacAppelle.com)
   to [http://LakePath.com](http://LakePath.com)
 * When we disable **Show Excerpts**, the Post **Titles** do not have space **before**
   the prior photo and appear (to me) to become the (wrong) Photo **_Footer_**.
 * Here are some screenshots:
 *  Without Excerpts: [http://snag.gy/sv4vK.jpg](http://snag.gy/sv4vK.jpg)
    With
   Excerpts: [http://snag.gy/S61Wx.jpg](http://snag.gy/S61Wx.jpg)
 * Will you be adding some settings to the Widget to adjust the space… or changing
   this in the coding ?
 * In the meantime, can you recommend something for our Child CSS?
 * Thanks,
 * John
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-wordpress-posts-widget-headerfooter/#post-7010307)
 * That’s indeed caused by the margin that’s added to the Twenty Fourteen headings.
   Try adding the following to your child theme’s CSS, that should do the trick:
 *     ```
       #primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
       	margin: 2em 0 0 0;
       }
       ```
   
 *  Thread Starter [JohnNadeau](https://wordpress.org/support/users/johnnadeau/)
 * (@johnnadeau)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-wordpress-posts-widget-headerfooter/#post-7010328)
 * Thanks Jeremy! That did the trick!

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

The topic ‘Display WordPress Posts Widget – Header/Footer’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [Display WordPress Posts Widget](https://wordpress.org/support/topic-tag/display-wordpress-posts-widget/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 2 replies
 * 2 participants
 * Last reply from: [JohnNadeau](https://wordpress.org/support/users/johnnadeau/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/display-wordpress-posts-widget-headerfooter/#post-7010328)
 * Status: resolved