Hi,
I have used the Wimble template. However, the off-canvas menu displays below. See the image https://prnt.sc/18igd0a. The web page is https://demo.hashtagitright.com/fashion
I am using the following custom css
*#sp-header.menu-fixed {
position: fixed;
z-index: 9999;
top: 0px;
height:60px;
}
sp-header {
background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
height: 60px;
left: 0;
position: absolute;
padding-top: 20px;
/ top: 40px;/
width: 100%;
z-index: 999;
}
sp-header.header-sticky {
position: fixed;
z-index: 9999;
background-color: #fff;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
height: 90px;
}