Pregunta

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.

¿Fue útil?

Solución

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;
}
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top