Home Forums WoodMart support forum How to keep the video in the center of the blog page

How to keep the video in the center of the blog page

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

    HARSLE
    Participant

    When I insert youtube video on blog page and set it in the center, but I find it is on the left when I preview the page

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-post figure.wp-block-embed {
        text-align: center;
    }

    Best Regards.

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