Home › Forums › Support › Responsive Menu › Reply To: Responsive Menu
April 6, 2016 at 11:08 am
#184740
Lead Developer
Lead Developer
Did you add this code to the site?:
<script>
jQuery(document).ready(function( $ ){
$("#right-sidebar").stick_in_parent();
});
</script>
It’s causing a javascript error which is stopping the mobile menu from working.