• Is there a CSS code that I can add to center the featured images on both my pages and blog posts? Every time I add a featured image, if it isn’t large enough to fill the area, it aligns left by default. How can I fix this?

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello themarriagemuse,

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

    .attachment-post-thumbnail {
      margin: 0 auto;
    }

    Hope this will helps you.

    Thanks.

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