Hey guys,
The mobile menu icon overlaps the logo (it displays ontop of the logo), how do I fix this? please let me know
Thanks :)
Hi clientflo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-top: 10px!important;
}}
and post the link to your website if that does not work :)
Regards,
Yigit
Thanks Yigit. Is there any way to hide the mobile menu completely?
Hi!
Please add following code to Quick CSS as well
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: none; }
Cheers!
Yigit
Thanks Yigit!