Custom Spacing Option

Add the setting to adjust spacing in Team Member cards.

1 Like

Hi there and welcome aboard @user3567 :wave:

I totally agree that it would be awesome to have this setting right in the widget editor and we’ll try to consider this opportunity in the future. All the updates will be posted here :slightly_smiling_face:

As for now, you are very welcome to use this CSS code to adjust the spacing in the cards:

.global-styles,
.eapp-team-showcase-popup-item-description br {
  margin: 10px 0;
  display: block;
  content: "";
}