Archived topic
Empty space when I disable featured image
1 reply · Started by Ben on January 14, 2022
Viewing posts 1–2 of 2
Hey guys,
I've added a featured image to my homepage but disabled it from showing on the page (I've put it there to show on socials, in the SERPs etc).
But because I've disabled it, there's a gap between the top of the hero image on the page and the menu.
How do I fix this?
Thanks
Ben
Hi there,
add this CSS:
.home #page .entry-content {
margin-top: 0;
}
This archived topic is closed to new replies.