• Hello,

    I’d like to try and get to the bottom of why a featured image from one post is partly obscuring the Share This links of another. A current live example may be found here:

    http://www.foem.tv

    or as a screenshot (using Chrome as the browser)

    Many thanks in advance,

    Martyn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mbdrake

    (@mbdrake)

    I think I’ve resolved it. I used the following code in Edit CSS:

    .list-view .site-content .hentry.has-post-thumbnail {
    	border-top: 0;
    	padding-top: 20px;
    }

    It shouldn’t affect non feature image posts, but will ensure there is enough spacing to ensure the Share This (or whatever else is being used at the bottom of the post) isn’t obscured by the feature image of the previous post on the front page.

    Thread Starter mbdrake

    (@mbdrake)

    I think my only question would now be how to apply it solely to the front page. Archives and category pages render the space between the Share This/feature image of the previous post just fine – adding the above code increases the space.

    Any suggestions greatly appreciated.

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

The topic ‘Feature Image, Jetpack and Share This overlap problem’ is closed to new replies.