Remove top/bottom padding on Logo Showcase

  • Issue description:
    I am trying to remove the top and bottom padding on the widget that I have installed.

I used the following code, but it has not worked.

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

1 Like

Hi @Tiff-IbizaCreative, glad to see you on the forum! :slight_smile:

I see that my colleague Daria is already working on your request, but just in case I’ll leave this CSS code here, perhaps it might work:

.eapp-logo-showcase-logo-showcase-content{
    margin: 0px 0 !important; 
}
1 Like