Hide sticky header and menu on mobile

Add this to your custom css.

@media (max-width:767px) { .headhesive--clone {display:none} }