• Resolved Frank

    (@phasar40)


    The featured image on my posts isn’t centering on the page

    How can I fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @phasar40,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .single-post .entry-thumb img {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    

    Hope that helps.

    Regards,
    Kharis

    Thread Starter Frank

    (@phasar40)

    That fix it… Thanks

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Featured Image’ is closed to new replies.