[Resolved] Image captions are no longer centered

Home Forums Support [Resolved] Image captions are no longer centered

Home Forums Support Image captions are no longer centered

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1088441
    Guillermo

    Hello

    I can’t specify when it happened, but suddenly the captions of my images have stopped appearing centered on my pages and post and now they appear left aligned.

    I have tried to fix it by adding this additional CSS:

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

    with no satisfactory results.

    My theme is 2.4.1
    My GP Premium is 1.9.1

    Thank you very much for your help.
    Guillermo

    #1088568
    Hollee

    I’m having the same issue since the update πŸ™

    #1088596
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS instead:

    .wp-block-image figcaption {
        text-align: center;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1089312
    Guillermo

    Fixed!
    Now it works.

    Thank you very much Leo for your help!

    Guillermo

    #1089943
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1236612
    Earl

    I had the same problem. This CSS snippet fixed it.

    Many thanks!!!

    Earl

    #2318631
    tbgr

    Hi. All of the captions under my images are left aligned. How do I center them?

    I tried using this CSS but it didn’t work:

    .wp-block-image figcaption {
    text-align: center;
    }

    Thank you.

    #2318641
    Ying
    Staff
    Customer Support

    Hi tbgr,

    Can you open a new topic and link us to your site where we can see the captions?

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.