Tagged: 

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

    Is there a way to change the menu in Enfold to look like this? I would like the menu to default to this kind of view. If not possible with the existing menu structure, is it possible to do a custom menu? If so, how do I go about doing it? I am going for a minimalist look on my site and this would work great.

    Thanks for your help in advance

    #468678

    Hi smclean!

    Please try the following to have the mobile menu active at all screen sizes:

    @media only screen and (min-width: 767px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Rikard

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