Hi,
I would like the use a 3rd logo that i will make only for mobile view on small screens.
This logo above is fine for ipad but on mobile its to big, so i need it only different on mobile view so it will look like this:
@media (max-width: 480px){
#gkLogoSmall.cssLogo {
background: url("../images/logo-small.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
height: 70px;
margin-top: 3px !important;
width: 112px;
}
}
@media (max-width: 640px){
#gkLogoSmall.cssLogo {
background: url("../images/logo-small.jpg") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
height: 27px;
margin-top: 3px !important;
width: 113px;
}
}