Center widget on the page (Logo Showcase)

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

.global-styles, [class^='RootLayout__Component-sc-'] {
  margin: 0 auto;
}