In my case, the logo is not well visible, I need it to be a little bigger. Is it possible to enlarge the space for the logo a little? (only a little)
delinea Hi Add this code in custom css and change the max height value
@media (min-width: 576px){ .navbar-brand.logo-control img.logo-img { max-height: 40px; }}
Excellent, its perfect, thanks