Centre Team Showcase CSS

Hello, is there any CSS that I can apply to centre the team showcase widget?

URL: Welcome

1 Like

Hi @Matthew!

Sure thing, please try to add the following CSS code to your widget settings:

.eapp-team-showcase-grid-component {
  justify-content: center;
}

Please let me know if it worked :slight_smile:

Hello Helga,

It did! Many thanks :pray:

1 Like