Archived topic
Help! Can't center featured image....
8 replies · Started by Gina McNamara on March 24, 2015
Can someone please help me? My featured image is centered on my main page, but not inside of my actual post.
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?
UGH! I didn't do the links right lol
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;
}