Hi,
You have to edit css/mobile.css file and e.g. add this code:
- Code: Select all
#gk-head a.imageLogo img {
-ms-transform: scale(0.7);
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
or better idea is to use CSS defined menu, and use another logo image for mobile devices. (in mobile.css file use another backgorund for #gk-head a.cssLogo selector)