Title: Image Caption Formatting
Last modified: August 29, 2021

---

# Image Caption Formatting

 *  Resolved [Mark Schaefer](https://wordpress.org/support/users/revschaef/)
 * (@revschaef)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/image-caption-formatting/)
 * I am having trouble with the formatting of captions under images on the site.
   The captions are narrow and left shifted, taking up multiple lines even when 
   only a few words. Where in the CSS can I adjust this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-caption-formatting%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/)
 * (@ilovewpcom)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/image-caption-formatting/#post-14817234)
 * Hello,
 * Until this is fixed in the theme, you can go to Appearance > Customize > Additional
   CSS and add this CSS code:
 * .post-single .wp-block-image .aligncenter > figcaption,
    .post-single .wp-block-
   image .alignleft > figcaption, .post-single .wp-block-image .alignright > figcaption{
   display: block; margin-top: 0; text-align: center; }
 * I hope this helps.
 * Best regards,
    Dumitru B.
 *  Thread Starter [Mark Schaefer](https://wordpress.org/support/users/revschaef/)
 * (@revschaef)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/image-caption-formatting/#post-14819121)
 * Thank you! That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image Caption Formatting’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/faith/1.3.2/screenshot.png)
 * Faith
 * [Support Threads](https://wordpress.org/support/theme/faith/)
 * [Active Topics](https://wordpress.org/support/theme/faith/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/faith/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/faith/reviews/)

## Tags

 * [caption](https://wordpress.org/support/topic-tag/caption/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [images](https://wordpress.org/support/topic-tag/images/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mark Schaefer](https://wordpress.org/support/users/revschaef/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/image-caption-formatting/#post-14819121)
 * Status: resolved