Hi. Is there any Quick CSS I can use to make the texts in all fields of the Team Member function in the center. something like <div align=”center”>Text</div> but as Quick CSS so that I don’t need to use the code for each field in any single Team Member. Thanks!
Hi abedia!
Thank you for using Enfold.
Use this on Quick CSS or custom.css:
.team-member-description {
text-align: center;
}
Cheers!
Ismael
That centers the description only. Use the following to center all text: name, job title etc.
.avia-team-member {
text-align: center;
}
Hey darrylo,
Thanks for the tip!
Best regards,
Jordan Shannon