• Author
    Posts
    • #6926
      James
      Participant

      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?

    • #6927
      Andre
      Participant

      Can you post a link to a page where this is and I will take a quick look and then I can give you a solution for it?

    • #6947
      James
      Participant

      If the picture is small like this one it automatically aligns left by default.

      https://ndstgeek.com/the-politically-incorrect-times/

    • #6948
      Andre
      Participant

      Add this to your Additional CSS tab in the Customizer:

      #page-featured-wrapper {
          text-align: center;
      }
      • #6952
        James
        Participant

        Thanks again Andre. It worked.

    • #6953

      You’re welcome, James!

Viewing 4 reply threads
  • The topic ‘Featured Image.’ is closed to new replies.