At first, thank you for your response and for choosing our theme.
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.blocks-gallery-caption {
font-size: 13px !important;
text-align: center;
}
Kind Regards
]]>would you happen to have any css that might make the gallery caption be the same spacing below the image as it is for the image captions? thankyou!
]]>Please share the direct link to the page where the issue appears and we will check for the possible solutions.
Kind Regards
]]>thankyou very much!
]]>Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.wp-block-gallery .blocks-gallery-item figcaption {
padding-top: 30px;
}
Kind Regards
]]>We increased the space between the gallery and the content if you remove the snippet it will be the same as it was, here are the screenshots for more clarifications, before snippet: https://nimb.ws/eiaBTS after snippet: https://nimb.ws/pljnhF
Kind Regards
]]>I want to move the gallery caption so it is closer to the image (like the same spacing it would have from the image if it was an image caption).
]]>Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.blocks-gallery-caption {
line-height: 1px;
}
Kind Regards
]]>