Archived topic
How do I get rid of the white space? And
5 replies · Started by Heath on November 10, 2020
There is a chunk of white space between my featured image and the start of the blog post. How do I get rid of that?
I'd also like a tiny bit more spacing between the credit on the images and the photo itself. Its like the words are touching the photo.
Hi there,
The space is coming from your content padding:
https://www.screencast.com/t/eXqgXWOgUU
https://docs.generatepress.com/article/content-padding/
Let me know if this helps :)
What about the credits under the images in the post? How do I make the credits not touch the photo?
Hi there.
try adding this CSS:
.wp-caption .wp-caption-text {
margin-top: 1em;
}
Thanks
You're welcome