Domanda

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.

È stato utile?

Soluzione

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;
}
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top