June 24, 2019 at 10:27 am
#64673
Theme Horse Support Team
Keymaster
Hi @sabvanrijn,
Please use below custom CSS code to align the caption to left.
.wp-block-image figcaption {
text-align: left;
}
Thank you!