Theme section not working properly

Hi.

My front page team-section is not working properly at Iphone 5 devices and devices with similar screen resolutions. Works fine with Iphone 7+ and on desktop though.

The problem is the content text below the team-images are not centered but justified to the right. Tried hacking it with Custom CSS but cant find my way around it.

Any ideas or suggestions? I have attached screenshots.

Kind Regards.

The website URL is www.kerstinesberg.com

Hello there,

I hope you are doing well today.

You can use the following CSS code to adjust the position of the elements by going to Appearance > Customize > Additional CSS and pasting it there.


@media only screen and (max-width: 320px){
#team .section-content .person .person-content {
    margin-right: 68px;
}
}

Best Regards,
Support

Thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support