Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #948313

    Hi, How can I align the email icon (mailto link) on the same line as the phone number on this page?

    #948346

    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

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