Tagged: header
hello
the picture/logo on my header is touching the menu. The recommended size is 340 px, I do it first and after, I change the picture size is now 300 pixels (in png) but the problem remain, the picture is touching
How can I do ?
Thanks for your help
Hey Sandra!
Try setting the mobile menu to activated on tablets (990) in Dashboard > Enfold > Header > Mobile Menu.
If you need to increase it so the menu activates on larger screens then you can try this CSS out.
@media screen and (max-width: 1200px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Cheers!
Elliott