Archived topic
Featured image is sticking up
3 replies · Started by aaron on July 19, 2021
I don't know what I did, my featherd image (above my title) is sticking up covering part of my header. Can anyone help?
Hi Aaron,
I don't see a featured image on the post page you linked:
https://www.screencast.com/t/Rx5hQSLc
Do you mean the page hero? If so, what should it look like?
Let me know :)
Hello can you try again? See the 2 examples
Hi Aaron,
You have this CSS on your site:
.post-template-default .featured-image.page-header-image-single {
margin-top: -7%!important
}
This negative margin is pulling the featured image upward. You'll have to remove this to fix the issue. :D