How to make an image caption right aligned?
-
Is it possible to align an image caption to the right side? I do not see any option to do so.
The blog I need help with is: (visible only to logged in users)
-
Hello
Please go to My Site → Appearance → Customize → Additional CSS:
.wp-block-image figcaption{ text-align:right; }For more info see this doc here: https://wordpress.com/support/editing-css/
Note that to add custom CSS on your site, It would require a WordPress.com site with a Premium plan or higher.
Regards
-
-
Hi there,
That’s correct, yes.
The position of the image caption is controlled by your theme, so the only way to change it is to override your theme’s styling using custom CSS code.
- The topic ‘How to make an image caption right aligned?’ is closed to new replies.