Forums
Forums / Theme: Optimizer / Mobile Menu Issue
(@jkotsch)
9 years, 5 months ago
Hello,
I would like to either disable or move the menu that appears at the top right hand side of the site when it’s in mobile or tablet view. It covers part of our site logo. Thanks! Image of Menu
Web address: http://www.mwcloudsolutions.com/Developer2
(@layerthemes)
Hi,
You can also try adding this custom css to reduce the size of the logo:
@media screen and (max-width: 480px){ .logo { max-width: 80%;} }
Thanks
The topic ‘Mobile Menu Issue’ is closed to new replies.