Add this code to the Custom CSS field on the Style tab of your Logo Showcase widget’s settings:
@media (max-width: 500px) {
.eapp-logo-showcase-grid-container {
display: grid !important;
grid-template-columns: repeat(3, 1fr);
}
.eapp-logo-showcase-logo-component {
width: auto !important;
height: auto !important;
}
[class*="WidgetBackground__Container-sc"] {
padding-left: 5px !important;
padding-right: 5px !important;
}
.eapp-logo-showcase-logo-caption {
font-size: 12px;
width: fit-content !important;
}
}