By default, even if marked ‘Sticky’ in the theme options, the header does not stay sticky when scrolling down the page; this code snippet addresses that.
.header.header-scroll.header-scroll-hide {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}