Custom company logo in nav bar

Hi,
Our company logo is a Rectangle and the length is bigger but the default logo size in ERPNexy is 200px x 30px how to change it…?

What is your logo size ?

I think in v13 you can checkout Navbar settings in awesomebar

Its around 200px Width X 300px Hight

tried but no use

You can resize your logo, no?

Override height for navbar in website theme using css overrides

.navbar-brand img {
	max-height: 300px;
}

This is technically possible.
But I can’t imagine having logo of 300px height in navbar :slight_smile:

The navbar will resize the logo proportionately.
So your logo will be resized to W:20px x H:30px

1 Like