Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #408891

    Is it possible to have a secondary drop down menu on mobile?

    #409083

    Hi navindesigns!

    Are you wanting to change the menu on mobiles? If so then try this out, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/.

    Cheers!
    Elliott

    #409097
    This reply has been marked as private.
    #409840

    Hi!

    You can add your menu items that are in secondary menu to your main menu and give them a custom CSS class in Appearance > Menus – http://i.imgur.com/ZqDEvuv.jpg
    And then add following code to Quick CSS in Enfold theme options under General Styling tab to hide them on desktop

    @media only screen and (min-width: 990px) {
    .your-custom-class { display: none !important; }}
    @media only screen and (max-width: 990px) {
    nav.sub_menu { display: none; }}

    Please keep your secondary menu as well, second code will hide it on mobile

    Best regards,
    Yigit

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