Hi
Now we crate a new logo and the logo is to big on mobile Version.
I add this code to the override.css and activate css override in the backend:
@media (max-width:620px) {
#gkLogo.cssLogo {
margin-right: 0px;
max-width: 50%;
background-size: 100% !important;
}
}
Could you please told me what i did wrong?
Thanks a lot for your help