hi,
The minimized responsive menu is triggered when the browser window reaches to a certain width, can it be changed?
I am asking because the logo overlaid with the menu if the logo width is too wide.
http://screencast.com/t/x0trhCJeb2m
thank you :)
Hi decode!
Yes it can, you can change it to 990px or 768px under Enfold–>Header–>Mobile menu. If you need another value then please provide us with a link to the site and we’ll provide you with the CSS to change it.
Regards,
Rikard
Hey!
Please use the following CSS:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Adjust the value 1024 to the width you would like it to change on.
Regards,
Rikard
works perfectly ! thank you :)