Home › Forums › Theme support › Center Feature image › Reply To: Center Feature image
Hi,
please try this: go to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#image_header img {
margin:0px auto;
}
This css code should center the image