This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hello,
Logo in the mobile menu header area is blurry in mobile view. Could you tell me what’s the appropriate size for this position or what’s the problem?
Hello,
Add this code in Global Custom CSS:
@media only screen and (max-width: 480px), (max-width: 812px) and (orientation: landscape) {
.header-logo img {
max-width: 150px !important;
}
}
Regards
Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up