Home Forums Theme support HEALTH | Featured image in team grid + Articles not appearing + Reply To: HEALTH | Featured image in team grid + Articles not appearing +

Hi,

for the archive we wrote you already a mail.

To center the featured image please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:

#image_header img {
margin-left:auto;
margin-right:auto;
}