Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #509730

    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?

    #509842

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.