Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #364247

    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!

    #364438

    Hi abedia!

    Thank you for using Enfold.

    Use this on Quick CSS or custom.css:

    .team-member-description {
    text-align: center;
    }

    Cheers!
    Ismael

    #1102062

    That centers the description only. Use the following to center all text: name, job title etc.

    .avia-team-member {
    text-align: center;
    }
    #1102128

    Hey darrylo,

    Thanks for the tip!

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.