Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Flexform
  • #4711
    rentalanimal
    Member
    Post count: 1

    I made a change to allow the team page to show 3 members per line [line 51 on team.php] but this causes each member’s bio to enlarge. Is there a way to shrink each one back down to the size they were before changing to 3 per line? Does that make sense?

    #4717
    rentalanimal
    Member
    Post count: 1

    I know your SLA is 48 hours but it would be amazing to hear something soon! We have to launch this site ASAP!

     

    Thanks!

    #4813
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Please undo that change in team.php and add this custom CSS in the theme options:

    .team-member.span3 {
        width: 370px !important;
    }
    
    .team-member-details-wrap {
        margin: 0 auto;
        width: 75%;
    }
    
    .team-member .team-member-name, .team-member .team-member-position {
      text-align: center;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

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

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

License required for the following item
Login and Registration Log in · Register