badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Align captions left

#64673

Hi @sabvanrijn,

Please use below custom CSS code to align the caption to left.

.wp-block-image figcaption {
    text-align: left;
}

Thank you!