Mobile logo – Responsive size
-
Hello!
I tried to make the logo for mobiles smaller by using this code:
@media only screen and (min-width: 200px) and (max-width: 670px) {
div.logo-box > img {
display: block;
width: 40%!important;
height: auto;
}
}But the logo doesn’t became smaller. I made the width even 10% to be sure, but no.
Maybe is something obvious and i can’t see it.Any help would be appreciated!
Thanks!?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Mobile logo – Responsive size’ is closed to new replies.