I am having two problems -
- 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.
- The pop up for additional information displays in the center of the page instead on near the team member being selected.
2 Likes
Max
3
Hello @user2498 and welcome to Elfsight Community
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
Please do not worry, I’ll keep you updated
1 Like
Max
6
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
1 Like
Thank you Max. That worked. :))
1 Like
Max
8
@user2498 You are always welcome
If any other questions come up, please feel free to contact us.
Have a great day
1 Like