This only applies to the logo itself and not the container
Hi there, @thequranhub
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
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
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
1 Like