Tagged: mobile menue
Hallo,
ich benutze das Theme Enfold und bin total zufrieden. Ich würde lediglich gerne die Navigation vom Smartphone auch in der Hochformatdarstellung auf Tablets verwenden. Wie kann ich das einstellen?
Hallo Thomas,
My german is not perfect but I think you want the mobile navigation for tablets as well? If so then 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; }
}
Grüss,
Rikard