Okay
  Public Ticket #1254947
How to center image caption on mobile
Closed

Comments

  •  2
    Pascal started the conversation

    Hi!

    If you visit this page on a PC, you'll see the captions under the images are centered. However, if you visit that same page on a mobile (iOS (Safari) in my case), the captions under the images are aligned to the left. How can I get the captions centered under the images on mobile as well?

    Thanks!

  • [deleted] replied

    Hi Pascalm,

    Please add the code below to your Custom CSS area:

    .post-formatting .wp-caption {
        text-align: center;
    }