Home Forums WoodMart support forum Picture is not in the middle on blog page

Picture is not in the middle on blog page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313234

    HARSLE
    Participant

    I have set the picture in the middle on blog edit page, but it can not be in the middle when I preview it on the blog page.
    I also added the following CSS on the global Global Custom CSS:
    .wp-block-image figcaption {

    text-align: center;

    Attachments:
    You must be logged in to view attached files.
    #313277

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wp-block-image figure.aligncenter.size-full {
        text-align: center;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)