Site logo

Archived topic

How do I get rid of the white space? And

5 replies · Started by Heath on November 10, 2020

Viewing posts 1–6 of 6

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.

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

This archived topic is closed to new replies.