Tagged: enfold, menu, responsive, shop demo
Hi there
I am trying to make this website responsive to iPad etc. When I make the browser window smaller, the menu goes underneath the logo.
I have tried code from other help threads on this website but haven’t had any luck.
Hi tankerhq,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
You can adjust the value 1024 to the pixel value of your choice.
Regards,
Rikard