loonmei I failed to do that so i placed the logo image at the module Banner Top and the mobile version didn't show the small logo. How to display the logo in hand phone?
Try add this to override.css file (don't forget to enable override from Template Options -> Advanced tab): :
@media only screen and (max-device-width: 640px) {#gkBannerTop{display:block !important;}}
Kindly ensure to clear your browser cache if changes dont reflect