Move logos to the left (Grid layout)

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

.eapp-logo-showcase-grid-container {
  justify-content: flex-start;
}