Open bcdax110 opened 9 months ago
Seems to be a conflict with the line height of the figure. It's curious because I use the Minimal theme and my image grids feature is disabled, but also ran into this issue. Try using this CSS snippet:
.image-captions-figure {
line-height: normal;
}
It is recommended to update to the next version, otherwise you have to manually modify it every time you install it.
I've been having similar theme conflict issues (using Border or Minimal, but still happens with Image Grids switched off. Oddly, the text is all rendered on a single line, even with longer captions. Seems to work fine with the default theme, but I'm not sure how else to de-bug this
Border theme:
Default theme:
Before Minimal Image grids are turned on: works fine.
After turning on Minimal Image grids: not working correctly