Hi Support,
I hope you are well. I am playing around with JA Nova template. Could you please let me know how to change logo dimensions? Lets say I want to increase the size of my logo.
Regards
Sachin
Hi Support,
I hope you are well. I am playing around with JA Nova template. Could you please let me know how to change logo dimensions? Lets say I want to increase the size of my logo.
Regards
Sachin
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
thank you so much, I will make the changes accordingly
You're welcome