My logo gets cut off on a mobile device. Is there any way I can use a different logo for mobile devices? Please advise.
David
@media only screen and (max-width:380px) {
#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
background-size: auto 100%;
height: 45px;
margin-top: 21px;
width: 215px;
}
}