Viewing 3 replies - 1 through 3 (of 3 total)
  • pblw

    (@pblw)

    Hello

    I have the same problem – previously all image captions were automatically centre-aligned, but are now defaulting to the left with a bigger font. This has been applied to all my old posts, which were fine before.

    I also have been unable to change them back, and cannot find an obvious fix. I don’t know which update has caused this, it has changed since I last posted but I only noticed this from today’s post:

    https://the1888letter.com/thames-afc-and-the-football-leagues-lowest-ever-attendance/

    Please let me know if there is a solution – ideally without changing the code for every post.

    Many thanks,

    Paul.

    Hello

    Since the last update, I have the same problem described in the previous two messages.

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

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

    but it does not work.

    https://guillermo.news/mourinho-real-madrid/

    Is there any solution?

    Thanks,
    Guillermo.

    Theme Author Superb

    (@themeeverest)

    Thanks for the heads up guys, please add following under appearance > customize > Additional CSS:

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

    A new version with the code integrated will be issued asap

    Sorry about the slow response, we do support here now: https://superbthemes.com/customer-support/
    We are inactive on the w.org forums

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Picture Caption out of line after updat’ is closed to new replies.