Site logo

Archived topic

Set Featured Image in WP - how to control position?

1 reply · Started by Michael Loguidice on March 3, 2016

Viewing posts 1–2 of 2

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

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 :)

This archived topic is closed to new replies.