HI GavickPro,
How can I use a different logo art for the mobile view of MusicState? I need to use a smaller logo only for smartphones.
What custom css would I add, and where would I store the custom logo file?
Thanks,
Railer
@media only screen and (max-width: 480px) {
#gkLogo.cssLogo { background: url("images/template/logo_mobile.png") !important; height: 38px;width: 125px; }
}