Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #792877

    Is it possible to show the dropdown submenu only on mobile devices? (not on desktop)

    #792889

    Hey Micha66,

    Could you post a link to your site and point out what you would to only appear for mobile please?

    Best regards,
    Rikard

    #792893

    Oh, that is easy. I only want to point out the dopdown menu when you hover over a menu link… on desktop devices. I only want to see it on mobile devices.

    • This reply was modified 7 years, 6 months ago by Micha66.
    #792910

    Hi!

    If you’re trying to hide the main menu dropdown, please try this code:

    
    @media screen and (min-device-width: 1200px) {
       .sub-menu, .avia_mega_div {display:none !important;}
    }
    

    If that doesn’t work, please give us a link to your website so we can take a closer look.

    Best regards,
    Sarah

    #792913

    Wow, that works great, thank you!

    #792917

    You’re welcome!

    Do you need any more help with this topic, or can we close this thread?

    Sarah

    #792935

    Please close

    #792939

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘show submenu only on mobile’ is closed to new replies.