Change Grid to 3 Columns Max

Hello!

Is it possible to make the team showcase a maximum of 3 columns wide? I’ve attached a photo of what the widget currently looks like at full screen where it looks like it’s 4 columns wide.

Hi there, @Lily_Gamble1 :waving_hand:

Sure, please add the code below to the Custom CSS field on the Style tab of your widget’s settings and you’ll be fine:

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

This code will change the width of the member cards as well, since the widget is set to full width. If you’d like to keep the current card width, please disable the Full Width option: