Thread Starter
mmko
(@mmko)
I’m sorry, I didn’t read well enought the description page…
It’s alright now. Thanks for your reply!
Thread Starter
mmko
(@mmko)
If anyone has the same issue, and since the support of this plugin is always so prompt to help (…), I finally found a way to fix that after a lot of research.
You’ll need to add this CSS to the custom CSS of your website theme:
figure {
display: table;
}
figcaption {
display: table-caption;
caption-side: top;
}