Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456366

    Hi,

    The mobile menu isn’t working on my site. Can you tell me how to fix this? I think it may have to do with this plugin I’m using, plugmatter, but they said it was a theme issue.
    Thanks,
    Daniela

    http://danielauslan.com

    #456503

    Hey Duslan82!

    Does it work if the plugin is deactivated? I guess it all depends on how you look at it but if a plugin removes functionality from a theme I would say the plugin is to blame. You could try the following CSS to see if you have any luck with it, just paste in Quick CSS under Enfold–>General Styling:

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

    Regards,
    Rikard

    #461020

    It worked! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu not working’ is closed to new replies.