Debut Theme - how to make the menu header sticky on home and other pages
Hi jeromart!
Try adding this to your css file
div[data-section-id=header] {
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
Please follow this tutorial, it explains in details how to achieve what you need.
Kind regards,
Diego