Home › Forums › CSS › Mobile nav expanded on iPad portrait › Reply To: Mobile nav expanded on iPad portrait
November 10, 2016 at 10:35 am
#247741
Participant
Looks like its caused by this line in the megamenu js file (at ‘/wp-content/plugins/wr-megamenu/assets/js/frontend.js’);
var isMobile = window.matchMedia("only screen and (max-width: 768px)");
Change the max-width value to make if fit better with your layout switch.