Team section and center social icons

Home Forums All Other Themes Team section and center social icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51252
    MaryMary
    Participant
    • Topics: 13
    • Replies: 14
    • Total: 27
    Member since: May 27, 2016

    Hi guys,

    I am using SKT Blendit Pro theme in this website http://www.impactsafetygroup.com.au/ and we need help in the following homepage areas:

    Team Section:
    1. There is only 2 team (training instructors), so we need to center the team member images. Please advice how to fix this issue?
    2. How to link team members profile to their respective member page?

    Social Icons in the homepage:
    3. How to center social icons in the homepage?

    Thank you.

    Kind Regards,
    Mary

    #51371
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi Mary,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .team-col:nth-child(1) { margin-left:25%;}
    .social-icons a { display:inline-table; float:none;}

    @media screen and (max-width:767px) {
    .team-col:nth-child(1) { margin-left:0;}
    }

    @media screen and (max-width:1023px) and (min-width:768px) {
    .team-col:nth-child(1) { margin-left:0;}
    }

    Regards,
    Shri

    #51417
    MaryMary
    Participant
    • Topics: 13
    • Replies: 14
    • Total: 27
    Member since: May 27, 2016

    Hi Shri,

    Thank you, it worked 🙂

    Regards,
    Mary

    #51432
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/

    Regards,
    Shri

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