Hi team!
I need your help, I want to modify the size of the logo, could you tell me how to do it?
thank you
Sergio
Modify the logo size
Hi Sergio
You can try this custom css:
.navbar-brand.logo-control img.logo-img {
max-height: fit-content !important;
}