Reduce height of Logo Showcase container

This only applies to the logo itself and not the container

2 Likes

Hi there, @thequranhub :wave:

Your use case seems to be a bit different. I’ve shared your request with the devs and will let you know once the solution is ready :slightly_smiling_face:

1 Like

Hi @thequranhub
it is that what you mean?

.eapp-logo-showcase-logo-showcase-content{
  height: 100px;
}
[class*="LogoShowcase__Content"] {
height: 100px;
}
3 Likes

Hi @thequranhub :wave:

Here is the code for your use case:

.eapp-logo-showcase-logo-inner {
  max-height: 120px !important;
}

.eapp-logo-showcase-logo-innerInner {
    height: 100% !important;
    width: 100% !important;
}

Give it a try and let me know if it helped :slightly_smiling_face:

1 Like