Hello,
Thanks for your Patience!
Simply update the CSS in the Document <head> with the following code:
#header.sticky-on-upscroll #header-wrap {
-webkit-transition: height .4s ease, opacity .3s ease, top .4s ease;
-o-transition: height .4s ease, opacity .3s ease, top .4s ease;
transition: height .4s ease, opacity .3s ease, top .4s ease;
}
#header.sticky-on-upscroll.sticky-header #header-wrap,
#header.sticky-on-upscroll.responsive-sticky-header #header-wrap { top: -60px; }
#header.sticky-on-upscroll.show-sticky-onscroll.sticky-header #header-wrap,
#header.sticky-on-upscroll.show-sticky-onscroll.responsive-sticky-header #header-wrap { top: 0px; }
and add the .sticky-responsive-menu Class to the <body> Tag.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.