Set Featured Image in WP – how to control position?

Home Forums Support Set Featured Image in WP – how to control position?

Home Forums Support Set Featured Image in WP – how to control position?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176965
    Michael Loguidice

    Hi, I can’t figure out how to properly position the “featured image” for my pages. Whenever I set an image, it always appears at the upper left side of the page, above the page title and content. I’m trying to move the image to the center or adjust the position somehow.

    Is there something simple I’m missing here…any ideas?

    Thank you so much,
    Michael

    #177037
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can align your featured image with some simple CSS:

    .page-header-image {
        text-align: center; /* or right */
    }

    You can also move it inside your content area in “Customize > Page Header” (if you have the Page Header add-on).

    Let me know if you need more info 🙂

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