Move widget to the center of the webpage

Add this code to the Custom CSS field on the Style tab of your Team Showcase widget’s settings:

.eapp-team-showcase-root-layout-component {
   margin: 0 auto;
}