Enable Sticky Header for Mobile
Our theme automatically disables sticky for mobile, so if you want to enable it , just make this modification and it should world on both desktop and mobile. :)
Open up bellevue/assets/js/main.js
Then edit line 901
if(!isTouch){
to
if(true){
of if you want to totally disable this for mobile try:
if(false){