Hello, I changed css file and I deleted parts about svg logos... now I'm using png logos only. There is some problem and png logo is not resizing for tablet and mobile layout... could you please help me? Thank you
Jan
@media (max-width: 820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
background-size: 100%;
}
}
@media (max-width: 320px) {
.gkHeaderBg {
background-image: url('/subdom/martin-zoubek/images/demo/header/header_small.jpg') !important;
}
}