Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @reiseabenteuerlich,

    Thank you for reaching out.

    I fully tested the previous and latest WordPress and OceanWP updates but was unable to replicate the issue. By default, if an image block has no specific alignment set in the editor, aligns of the caption set to the left side.

    Also, looking at the link you provided, I noticed that no alignment has been set for the image blocks, which means they are currently using the default layout: https://postimg.cc/XrVr1VpD.

    You can use the CSS below in Customizer > Custom CSS/JS to center the default image captions:

    
    figure:not(.alignleft, .alignright) .wp-element-caption {
      margin-left: auto;
      margin-right: auto;
      max-width: fit-content;
    }
    

    Regarding the font change in the editor, it is likely a caching conflict.
    Please try these steps:
    I. Clear your website/server cache and CDN.
    II. If you use Elementor, go to Elementor > Tools and click Regenerate Files & Data.
    III. Perform a hard refresh: (Win: Ctrl+Shift+R / Mac: Shift+Cmd+R).

    Hope it helps,
    Best Regards

    Thread Starter reiseabenteuerlich

    (@reiseabenteuerlich)

    Thanks a lot for you swift reply Shahin! 🙂

    …but I think before, because I always used default mode, image caption were always center aligned.

    Anyhow I will try what you suggest!

    Thread Starter reiseabenteuerlich

    (@reiseabenteuerlich)

    Hi again,

    I tested again and and still in editor mode all captions are centered by default as before the update. But the published post renders them as left-aligned. Below a screenshot from the editor.

    Hello @reiseabenteuerlich,

    Thank you for the update.

    This topic has been forwarded to the developer team,
    and we’ll get back to you with the information once it is available.

    I appreciate your patience.
    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.