Moving the Page and Post Heading Down to stop it obscuring featured image in WordPress Twenty Fourteen

You see the problem – the image you chose is partly hidden behind the page title or post title.  This code is tested with Twenty Fourteen. You need to add it to your custom CSS file.

.full-width .site-content .has-post-thumbnail .entry-header,
.full-width.singular .site-content .hentry.has-post-thumbnail,
.site-content .has-post-thumbnail .entry-header {
margin-top: 0;
}

More Posts About Featured Image problems in twenty fourteen

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.