I use a reasonably sized logo and that is not going to look good on small screens.
Is it possible to make it responsive logo so that it adapts to the width of the screen, in particular, to Smart Phones.
@media (max-width: 580px) {
#gkLogo {
float: none;
margin: 0px;
width: 100%
}
#gkLogo img {
max-width: 100%;
}
}