I would like to change the team image. I used that with another purpose. See the attachment you can see them aligned to one side, i would like to have them centered with regard to the text.
Hi @tatti,
Use this css code:
#team .section-content .person .person-content {
text-align: center;
}
Thanks,
Cristian