Where can I change the background and font colors on the sidebar for mobile devices?
Cheers
@media (max-width: 400px) {
#gkLogoSmall img {height: 45px !important;margin: auto 0 !important;}
}
#gkMobileMenu { z-index: 100;}
#gkHeaderNav #gkLogoSmall {
float: none;
left: 20% !important;
margin: 0 auto;
}
#gkHeaderNav #gkLogoSmall {
float: none;
left: 20% !important;
margin: 0 auto;
}
#gkMobileMenu { z-index: 100;}
@media only screen
and (min-device-width : 270px)
and (max-device-width : 768px) {
....
}
@media (max-width: 400px) {
#gkLogoSmall img {height: 45px !important;margin: auto 0 !important;}
}
@media only screen
and (min-device-width : 270px)
and (max-device-width : 768px) {
@media only screen
and (min-device-width : 270px)
and (max-device-width : 768px) {
#gkLogoSmall img {height: 45px !important; margin: auto 0 !important;}
}