Tagged: logo, menu, responsive
Hello, two questions:
Thanks!
-Nate
Hey tnscnate!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
If that does not help, please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
nav.main_menu { display: none !important; }}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 6px; }
.logo * { max-width: 70%; top: 10px; }
#header_main>.container { padding: 0 10px; }}
Regards,
Yigit