#17576

Alyssa
Participant
@alyssa-buddyboss

@gaidesign this is complex because we use jQuery to switch between mobile or desktop version of the page based on screen width. So you would need to create a menu file and call it using jQuery and remove the desktop version. Our mobile jQuery is located in buddyboss/js/mobile-main.js and you can use the equation if(is_mobile) to check if its mobile and use the correct menu depending on that.