• Resolved rideintoglory

    (@rideintoglory)


    Hi all,

    I’m having difficulty center-aligning the captions for images/videos. Before, when I used to center align the block, the caption would align as well. This doesn’t seem to be the case anymore and I haven’t been able to fix this with custom CSS.

    Does anyone have any insights on how to make sure that figure caption is center aligning as well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Ride into Glory, I’m experiencing the same issue. Hopefully someone will suggest a solution.

    Hi,

    Indeed that’s a small bug in the theme. Until that is fixed, you can use this custom code in Appearance > Customize > Additional CSS:

    .aligncenter figcaption {
    text-align: center !important;
    }

    Regards,
    Rodica

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image/Video Captions Not Centering’ is closed to new replies.