Please help, with the logo displayed on the smartphone, 1. does not decrease 2 there are two logos light and dark..
My site is https://kamila-la.ru
@media only screen and (max-width:820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
height: 80px;
width: 170px;
}
}
@media only screen and (max-width:820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
height: 80px !important;
width: 170px !important;
}
}
#gkTop #gkLogoSmall.cssLogo { display: none !important; }
#gkTop.active #gkLogoSmall.cssLogo { display: block !important; }