質問

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.

役に立ちましたか?

解決

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;
}
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top