How can I change logo size ?
acarhakan Hi Add this code in custom css and change the height value as per needs
.navbar-brand.logo-image img { max-height: 40px; }
Ninja
It works, thank you very much
It works. Thank you very much
acarhakan You are welcome!