Support › Forums › Sunshine Pro Theme › Sticky menu on mobile › Reply To: Sticky menu on mobile
August 20, 2016 at 4:13 am
#1210
Moderator
You need to adjust the js file. Open the global.js file (js folder) and remove this code
sp(window).width() > 960 &&
It is appearing 2 times. You will remove it from both places. Try once. Hope that it will solve your requirement.