Tagged: alignment, padding, team member element
Hi, is there a quick CSS code I could use to center the title, sub title and description sections of the Team Member Element, as well as add a bit of padding between the title and the picture, as they are right on top of each other?
Thanks
Hello 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under Styling
.team-member-name, .team-member-job-title, .team-member-description { text-align: center; }
.team-img-container { margin-bottom: 20px; }
Best regards,
Yigit
Hi Yigit,
Thanks! I forgot to mention that I’d like to change the color of the Team Member Name element, as well?
Thanks