Hi,
I’ve just noticed that there is no margin under images on my site.
This seems to be because /wp-content/themes/generatepress/assets/css/all.min.css?ver=3.2.2 contains:
figure {
margin: 0;
}
I think this must be a fairly recent change because I use the site daily and it wouldn’t have taken me long to notice it.
Is this from a recent update, and is there a setting to change it? For now I have set an override in Customizer, but it seems odd not to have any margin under an image?