Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    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

    (@johnnadeau)

    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.