Viewing 3 reply threads
You must be logged in to reply to this topic.
When in mobile mode, the menu icon (hamburger) is sitting on top of (in front of) my header logo image, as shown in image below:
Is there some way I can set my header logo to resize so this does not happen?
Thanks and regards,
Michael
Hello,
To adjust the logo and small mobile menu, add this code to your custom CSS box:
@media (max-width: 480px) { #logo img { height: 46px; left: 39px; } a.mobile_small_menu.open { margin-left: -4px; } }
Let us know.
Best regards!
You must be logged in to reply to this topic.