[Resolved] align featured image

Home Forums Support [Resolved] align featured image

Home Forums Support align featured image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #165972
    albabes

    re: http://dbsatucson.org/01/nami-principles-of-support/

    Hi Tom

    Was wondering how to center the “featured image” in a post? I saw the setting on Customize | Blogs, but that only seems to affect the blog post, not the FULL Post. Feat image aligns left in the link above to the full post.

    Thanks

    #165997
    albabes

    I tried the css here
    https://generatepress.com/forums/topic/how-can-i-center-page-featured-image/#post-157333
    .page-header-image {
    text-align: center;
    }
    but did not work Tom.

    #165998
    albabes

    Also added margin: 0 auto; but no go.

    .page-header-image {
    text-align: center;
    margin: 0 auto;
    }

    #166006
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    .page-header-image-single {
        text-align: center;
    }
    #166090
    albabes

    Thanks Tom, worked

    #166091
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.