Team Showcase - number of team members

I am having two problems -

  1. I can’t get it to display with 4 or 5 team members per row as show on the template. It will only display 3 across.
  2. The pop up for additional information displays in the center of the page instead on near the team member being selected.
2 Likes

Hello @user2498 and welcome to Elfsight Community :heart: :tada:

I am deeply sorry about this inconvenience!

I’ve forwarded your request to our devs, and, hopefully, they’ll come up with a solution really soon :rocket:

Please do not worry, I’ll keep you updated :wink:

1 Like

Thank you Max.

1 Like

Hey @user2498!

I am happy to provide you with a CSS code to display 4 members in a row:

@media (min-width: 800px) {
  .eapp-team-showcase-grid-component .eapp-team-showcase-grid-item {
    width: 25%;
  }
  .eapp-team-showcase-member-card-info-component {
    width: 100%;
  }
}

Please add this code to the Custom CSS field on the Style tab and let me know if it helped.

The reason for the popup issue is iframes and, unfortunately, we can’t change this behavior due to the peculiarities of the CMS. I am terribly sorry :pensive:

1 Like

Thank you Max. That worked. :))

1 Like

@user2498 You are always welcome :raised_hands:

If any other questions come up, please feel free to contact us.

Have a great day :wink:

1 Like