I'm trying to reduce the padding between an image and caption in 7.1. The default is ridiculously big. Does anyone know of a custom CSS code to fix that issue? I'd like a code that fixes it site-wide. The site is set to private right now because it's not ready yet....Here's an example though, this image is an inline image block.
@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;
Question
poetica 0
I'm trying to reduce the padding between an image and caption in 7.1. The default is ridiculously big. Does anyone know of a custom CSS code to fix that issue? I'd like a code that fixes it site-wide. The site is set to private right now because it's not ready yet....Here's an example though, this image is an inline image block.
Link to post
Top Posters For This Question
3
2
1
1
Popular Days
Jan 29
3
Jun 24
1
Jan 28
1
Oct 5
1
Top Posters For This Question
tuanphan 3 posts
poetica 2 posts
sme06 1 post
Jennifer_NM 1 post
Popular Days
Jan 29 2020
3 posts
Jun 24 2020
1 post
Jan 28 2020
1 post
Oct 5 2020
1 post
Popular Posts
sme06
@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;
Posted Images
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment