Question

I want to remove the white space after each image. as shown in the website link which is found here. So if anyone could please advise how can I remove this space. I'm very thankful as I'm a wordpress beginner.

Was it helpful?

Solution

You have to add to your .wp-caption CSS class this: padding-bottom: 0px; And the white spaces after the images are reduced to the minimum.

EDITED: For the first one, or even for all the images, you can try modifying the margin of the <p> contents:

.entry-content p{
  margin: 0 0 12px;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top