Hi, How can I align the email icon (mailto link) on the same line as the phone number on this page?
Hey patricknh,
Thank you for getting in touch with us, I have added a custom class to the team member container and the below CSS in Quick CSS please review the site now :)
.av-custom-team-member h3 {
display: inline-block!important;
}
.av-custom-team-member .av_font_icon {
padding-left: 20px;
display: inline-block!important;
}
.av-custom-team-member {
text-align: center;
}
Best regards,
Vinay