Remove padding above the logos

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

.global-styles,
.eapp-logo-showcase-logo-showcase-component {
padding: 0 !important;
}