Hello!
Is it possible to decrease the space between team member title and description so it is the same as the space between team member name and title with Quick CSS?
Hope you can help.
Thanks!
Hey Julie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.team-member-description p {
margin-top: 0px;
}
Best regards,
Jordan
Works perfectly Jordan– thanks so much!