Heystaceyk, I believe there are better ways to make it, but I made it adding this code to the custom css:
.tc-header {
position: fixed;
background-color: #fff;
z-index: 100;
width:100%
}
.carousel {
margin-bottom: 0px;
padding-top: 168px;
}
#main-wrapper {
padding-top: 168px;
}
Notice that this code fix the header, than it makes its background not transparent, then adjust the z-index for it, and finnaly mves the main wrapper below.
Really neat. Thanks for that neryba!
@nikeo One for the code snippets!
I’m working on a Header snippet, and have that one registered! Already adopted it on one of my own sites.
Awesome thank you! I’m going to be showing off what I have done on Sunday.
A slightly improved version now in a Snippet.