@umuysal Mobile menu works ok, you probably didn’t do something right, in case you mean the sticky menu on mobile, yes it doesn’t work if you check the option, you have to come back with an additional css:
.sticky-header-active .bhfb-mobile {
position: sticky;
top: 0;
z-index: 9;
This helped me, I’m posting here maybe it will help you, because for me at the beginning I struggled a bit with it, but in the meantime I switched to Botiga PRO. Good Luck!