Trying to change the logo. The image is set to 64x64 px. Image size gets distorted - and it seems bigger on mobile. Tried to modify css, but could not make it work. My question is: How do I get a bigger logo to work (example: 150x150 om desktop)?
Hi
You can try this:
.navbar-brand.logo-control img.logo-img { max-height: unset !important; }
Thanx! That solved it.