Change From 4 to 3 columns (Layout 3)

Hello, my client has 6 team members and requested to have 3 columns (Layout 3 ) and not 4 columns. Any suggestions? TY :slight_smile:

2 Likes

Hi there, @Alexandra_Goedrich and welcome to the Community :waving_hand:

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 :slightly_smiling_face:

.eapp-team-showcase-grid-component
.eapp-team-showcase-grid-item {
width: 30% !important;
}
2 Likes