Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile nav expanded on iPad portrait Reply To: Mobile nav expanded on iPad portrait

#247741
Beverleyh
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.