Hello again,
I have found the code that toggles the mobile menu is in navmenu-addon-for-elementor/assets/js/frontend.min.js, specifically these lines:
// Togglefocus
class to allow submenu access on tablets.
function toggleFocusClassTouchScreen() {
if ( window.innerWidth >= 910 ) {
However I am not sure how to prevent this from happening… ideas?