Hello, my client has 6 team members and requested to have 3 columns (Layout 3 ) and not 4 columns. Any suggestions? TY ![]()
2 Likes
Hi there, @Alexandra_Goedrich and welcome to the Community ![]()
Please add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped ![]()
.eapp-team-showcase-grid-component
.eapp-team-showcase-grid-item {
width: 30% !important;
}
2 Likes
