So, I'm not sure what I've done but my menu and header is no longer sticking. I didn't change my structure.css file and this is what it has listed in the header. Any ideas? Could it be because I made my site secure?
------------------------------- =HEADER ------------------------------- */
.header {
background: #fff;
margin: 0 auto;
}
.header.stuck,
.header .main-header.stuck {
background: #fff;
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 1000;
}
/* ------------------------ pre-header ------------------------ */
https://www.widgetsupply.com/
------------------------------- =HEADER ------------------------------- */
.header {
background: #fff;
margin: 0 auto;
}
.header.stuck,
.header .main-header.stuck {
background: #fff;
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 1000;
}
/* ------------------------ pre-header ------------------------ */
https://www.widgetsupply.com/
Comment