Home › Forums › Theme support › Strong Theme – Team and Instructor Images are Large › Reply To: Strong Theme – Team and Instructor Images are Large
Ah, ok, you can add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
div.team_entry_img img {
width:auto;
margin:0px auto;
}
This should solve the problem…