Reduce mobile logo width on phones portrait mode?
-
How can we reduce size of logo width on phones portrait mode?
It currently overlaps with the mobile hamburger menu.I tried this in the theme customizer css
@media screen and (min-width: 401px) {
#mob-standard-logo {
display: inline-block;
max-width: 50%!important;
max-height: 50%!important;
}
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Reduce mobile logo width on phones portrait mode?’ is closed to new replies.