• I cannot get my post images to center on any page on the site. I have tried the center alignment in the post editor section, but it is not working. It shows up correctly in preview, but not live.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello unruffled,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .jetpack-lazy-images-js .jetpack-lazy-image {
      display: block !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Janny

    (@unruffled)

    That fixed it. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Images not Centering’ is closed to new replies.