Hi,
I want my mobile logo that appears on the menu bar a little bit smaller so it fits into the bar.
As you can see the logo now is too big.
Thanks in advance,
Michael
@media only screen and (max-width:820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
width: 35px !important;
}
}