Using Jquery plugin for Right and Left Menu - having issue on responsive view

Hi,

I am using this jquery plugin for my project, but I am facing issue when I re-size my browser window, both left and right menu should be closed and on-click on toggle button it should be open, but it is overlapping each other.

I am trying to overcome below code but not getting much help:

if(window.matchMedia('(max-width: 768px)').matches) {
      $('#test').BootSideMenu({
		side: "left",
        autoClose:true,
		closeOnClick: true
      });
  }

Is this an HTML/CSS issue or a JS/jQuery issue?

Can you post a link to the page under construction?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.