Tagged: logo, mobile menu
Hello, on mobile devices the menu covers the logo. What can I do to prevent this?
Kind regards,
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) {
.responsive .logo img {
height: auto !important;
width: 200px;
top: 10px;
}
}
Cheers!
Josue