Home › Forums › WoodMart support forum › Sticky header is not working on mobile › Reply To: Sticky header is not working on mobile
February 1, 2021 at 1:30 pm
#262982
Elise Noromit
Member
Hello,
Please find the file woodmart\js\functions.js
Then find this line:
adminBarHeight = $('#wpadminbar').outerHeight(),
Replace this with this line:
adminBarHeight = $('#wpadminbar').length > 0 ? $('#wpadminbar').outerHeight() : 0,
Then disable these options:
We shall fix this in our nearest update.
Best Regards