New Landing How can we help? Themeforest Theme Support Clique Team Members in three columns

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Clique
  • #85995
    greengrassbrian
    Member
    Post count: 28

    Is it possible to adjust the team members template to show team members in three columns? We will have 6 team members, and visually I would just like 2 rows of three.

    http://www.brazenanimation.com/team-members/

    thanks!
    Brian

    #86049
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try to add this code below to your custom css

    `.team-members .four.columns {
    width: 297px !important;
    }

    Best Regards,
    Rui

    #87057
    greengrassbrian
    Member
    Post count: 28

    perfect, thanks!

    #87099
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Glad he could help, although I’d like to provide some better code for you, which will work for all viewport sizes:

    .team-members .four.columns {
    width: 300px !important;
    }
    @media only screen and (max-width: 959px) and (min-width: 768px) {
    .team-members .four.columns {
    width: 230px!important;
    }
    }
    @media only screen and (max-width: 767px) {
    .team-members .four.columns {
    width: 45%!important;
    }
    }
    @media only screen and (max-width: 479px) {
    .team-members .four.columns {
    width: 93%!important;
    }
    }
    

    – Ed

    #87113
    greengrassbrian
    Member
    Post count: 28

    Awesome, thanks Ed!

    #87182
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved. Thanks Ed :-).
    With Best Regards
    Swift Ideas

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register