Customize 'Team' Section for Single Person

Hi,

Currently the image location is to the left of the text. How can I remove this and have the image centered directly below the title?

Thanks in advance

Hello there,

I hope you are doing well today.

We would not be able to have the image below the title but we can have the image above the text.
You can use the following CSS code to implement the change by going to Appearance > Customize > Additional CSS and pasting it there.


/*Move team image*/
#team .section-content .person .person-image {
    margin-left: 100px;
    float: left;
}
#team .section-content .person .person-content {
    float: left;
    margin-left: 100px;
}

Best Regards,
Support

Hello,
And spacing between some text?
Greetings max

Hello,

This moved the image above the text but it is not centered on the page. It is justified to left on web and tablet view, and to the right on mobile view. How do I get this centered?

There is also still a wider margin to the left of the text than to the right, so that the text is not centered on the page like the ‘About’ and ‘Testimonial’ Section.

Hello again,

Sorry nothing happens with the new coding!
Same size of the image!
Possible to click on the image to a subsite?
Or have you ideas?

Move team image*/
#team .section-content .person .person-image {
margin-left: 100px;
float: left;
}
#team .section-content .person .person-content {
float: left;
margin-left: 100px;

Best Regards,
max

Sorry not my topic!