burnt
-
Content Count
0 -
Joined
-
Last visited
Reputation Activity
-
burnt reacted to sme06 in Reduce caption padding in inline image block in 7.1?
@tuanphan is a hero!
He sent me this code, which worked like a charm!
figcaption.image-caption-wrapper {
padding-top: 0 !important;
}
.image-caption p {
margin-top: 5px;
margin-bottom: 0;
}
Thank you so much!!!