Hi,
Try to add the following custom css code:
@media (max-width: 680px) {
body {
background: transparent;
}
#gkLogo.text > span {
font-size: 17px;
line-height: 1.4;
}
#gkLogo.text .gkLogoSlogan {
font-size: 10px;
margin-top: 0;
}
}
and remove white color of your footer (from override.css file).
Cheers