hi,
In the template News2 would need the logo size for mobile was different size and logo for pc tablets. as I can get it? Thank you very much.
@media (max-width: 840px) {
#gkLogoSmall.cssLogo {
background-image: url('www.yousite.com/images/tablet-logo.png') !important;
}
}
But in the mobile Safari and the logo is not.
Is possible from the "image" option to get the logo has a different pc or tablet size?
@media only screen and (max-width: 480px) {
#gkLogo img {max-width: 220px;}
}