[Resolved] image caption stubbornly will not align right

Home Forums Support [Resolved] image caption stubbornly will not align right

Home Forums Support image caption stubbornly will not align right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1518542
    Josef

    Hello,

    I have a page that is mostly text but has two accompanying right aligned images. Both images have captions, but the text is aligned right. I’d like to have it aligned center or aligned right.

    I installed the Simple CSS plug-in and added the following into the field:

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

    The caption text remains stubbornly left aligned.

    Any ideas?

    #1518640
    David
    Staff
    Customer Support

    Hi there,

    can you link me to the site where i can see the problem?

    #1519353
    Josef

    Good morning, David

    Of course, see below.

    Thanks,

    Josef

    #1519441
    Leo
    Staff
    Customer Support

    Hi there,

    Try this instead:

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

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

    Let me know if this helps ๐Ÿ™‚

    #1519457
    Josef

    That’s the trick, Leo! Thank you very much!

    Josef

    #1519459
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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