Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    Please set the Responsive breakpoint back to 600px in the theme editor, then, in your themes header.php file, try to work out where this is being output:

    http://screencast.com/t/wLUfXTrWAFwX

    and remove it, alternatively try hiding it with CSS:

    #et_mobile_nav_menu {
        display: none !important;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Hover and mobile not working’ is closed to new replies.