• Resolved oonow

    (@oonow)


    This happens with all pages.

    They center in the preview then dont center anymore

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Oonow,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    p img {
      margin: auto;
      display: block;
    }
    
    p {
      text-align: center;
    }

    Thanks!

    Thread Starter oonow

    (@oonow)

    i tried and it aligns the whole atricle to the center, including text
    when i take the text-align out it does not work anymore

    Theme Author oceanwp

    (@oceanwp)

    Hello, it is because of Jetpack, add this css code:

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

    It works for me too. Thanks!!

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images won’t center’ is closed to new replies.