Sticky menu is set to display by default.
- You can remove the sticky header by enabling sticky search instead:
- You can remove the sticky menu without using sticky search by adding the below CSS:
.header_wrapper.customnav { display: none; }
Sticky menu is set to display by default.
.header_wrapper.customnav { display: none; }