-
As a start you can add this to your cutsom css.
figure {
display: table;
}
figure.pull-center,
img.pull-center {
margin-left: auto;
margin-right: auto;
}
figcaption {
display: table-caption;
caption-side: bottom;
}
I suggest to update Gantry to 4.1.26 wich has several fixed for blog items.
So please try updating things first. If that doesnt help I will set up a ticket in our bug tracker.
-
The following users have thanked you: Laurie McArthur