Site logo

Archived topic

Help! Can't center featured image....

8 replies · Started by Gina McNamara on March 24, 2015

Viewing posts 1–9 of 9

Can someone please help me? My featured image is centered on my main page, but not inside of my actual post.

http://www.iquitthisb.com

I am NOT computer saavy.

Hi there,

It looks the same to me on the homepage and single post? Did you maybe add a sidebar?

Well, it seems to only be certain posts with smaller images?

Example one:

Example two:

UGH! I didn't do the links right lol

Example One

Try adding this CSS (the link in my signature below explains how):

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

IT WORKED!!!! I could hug you! THANK YOU!!!

You're very welcome! :)

I know that there are a lot of messages on this topic in this forum. Nevertheless I am not successfull to get a centered image - see this example.

Can you help me finding a solution. In other sites I had no problem.

Try this:

.page-header-image-single {
    margin: auto;
}
This archived topic is closed to new replies.