Hi, I’d like to activate the mobile menu at 1280 on one page only. Is it possible?
The rest of the site is good with the setting Activate for Smartphones and Tablets (browser width below 990px)
Hi jbkaplan!
Please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
Yigit
I see but can i make it on just one page?
Hi!
Please use the code as following
@media only screen and (max-width: 1024px) {
.page-id-17 #mobile-advanced, .page-id-17 #advanced_menu_toggle, .page-id-17 #advanced_menu_hide { display: block; }
.page-id-17 nav.main_menu { display: none; }}
.page-id-17 #wrap_all {
position: relative !important;
}
Regards,
Yigit
Thanks, worked great!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit