Archived topic
How to left align image caption
3 replies · Started by Data on January 20, 2022
Viewing posts 1–4 of 4
I set the image left-aligned but the caption is coming in the center. How to align it on the left side.
Hi there,
Try adding this CSS:
.wp-block-image figcaption {
width: fit-content;
}
Solved. Thanks
No problem. :D
This archived topic is closed to new replies.