You cant select the mini menu logo size but you can upload another image file here https://d.pr/free/i/w5d3HH in the menu options. You just have to reduce the image size in the source file.
The issue is the logo is too small. When we look at the devtools, there is a .classic-menu:not(.responsive).mini-active.mini .logo with a top & bottom padding of 20px and the max-height of the logo is set to 30px. These two classes combined are making the logo too small. You should make this adjustable in the Theme Options.
Where can we change the size of the logo that appears in the MINI menu?
Thx!
Hi,
You cant select the mini menu logo size but you can upload another image file here https://d.pr/free/i/w5d3HH in the menu options. You just have to reduce the image size in the source file.
Thanks,
Alexandre from the Sonaar.io Crew
Hi,
The issue is the logo is too small. When we look at the devtools, there is a .classic-menu:not(.responsive).mini-active.mini .logo with a top & bottom padding of 20px and the max-height of the logo is set to 30px. These two classes combined are making the logo too small. You should make this adjustable in the Theme Options.
Thx
You can increase the limit size with the this custom css
Please copy this in the custom css field (wp-admin>theme options>custom css/jss)
.classic-menu:not(.responsive).mini img {
max-height: 60px;
}
Thanks,
Alexandre from the Sonaar.io Crew
I already adjusted it using custom CSS, but this should be a configuration option.
Agree, this is somenthing we should add. Thanks for the suggestion
Thanks,
Alexandre from the Sonaar.io Crew