Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #119861
    [email protected]
    Participant

    First, thanks for a great theme! I have only one problem:
    Many of my blog posts display the featured image above the post. Unfortunately they are all left justified. See for example http://www.thesen.org/july-9-portland/ . Is there a way to center them?

    #119879
    tikaram
    Keymaster

    @arnethesen-org : Go to Appearance => Customize => Additional css and add the followng css code.

    .featured-image{
      text-align:center;
      }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to center featured image in posts’ is closed to new replies.