• There is a page that has two images and both are centered in the dashboard but when checking on the site, it is showing on left. I tried to center the image with Customize CSS but failed to do it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • CSS from your theme is overriding the WordPress editor’s alignment CSS.

    Try this CSS:

    .wp-block-image figure.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }
    Thread Starter satenderk7

    (@satenderk7)

    It worked, thanks.

    Could you please help me with one more issue?

    Actually, I am trying to add a Home button in the menu but that is not showing on the live site but in Dashboard it is showing under the menu option.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images Are Not Aligned In Center’ is closed to new replies.