Hi Sachin,
Not sure the number of menu items you're showing in the mainnav, you can change the classes of the mainnav block to increase the width for logo: go to Backend >> System >> Site template styles >> JA Nova >> Layout settings >> edit mainnav
block:
Then use this custom css:
.navbar-brand .logo-img {
max-height: 100% !important;
}
Regards