Featured image hiding tags
-
I am having issues with my featured images hiding (or partially hiding) my tags on the front page. I tried the code snippet below but it did not seem to work.
@media screen and (min-width: 846px) {
.full-width.singular .site-content .hentry.has-post-thumbnail,
.full-width.home .site-content .hentry.has-post-thumbnail {
margin-top: -48px;
}
}You can see from this screen shot that the tag “Get Hip” is partially obscured from the featured image of Elvis.
https://i62.tinypic.com/zna7bk.jpg
I am using a child theme and my website is 50thirdand3rd.com
Thank-you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Featured image hiding tags’ is closed to new replies.