I’m finishing up a page with a lot of team members and in some sections the text is left aligned but I would like it to stay directly under the team member’s image. Link to site page in Private Content
Hi ItsYeBoi!
Add this to your custom CSS.
.team-member-name { text-align: center !important; }
Cheers!
Elliott
thank you!