• OF

    (@oakleyforum)


    Noticed today my images are not center aligning. They appear correct in the editor but on the front end images center left. Have tried disabling all plugins individually and nothing changed. Any ideas?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this code to your custom CSS:

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

    Custom CSS is usually found in your theme or under
    Appearance → Customize → Additional/Custom CSS

    Hope this helps. Once you find a solution please tag the thread resolved.

    Thread Starter OF

    (@oakleyforum)

    That worked, thank you! Literally was playing with the CSS, but didn’t try text-align as I was thinking its an image. Makes sense now. Thanks!

    My pleasure to help. Please tag the thread as resolved for us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images Left Aligned instead of Center’ is closed to new replies.