aman204
Thank you, Aman. Doesn't work.
As I was thinking to fix onlyheader with logo
I tried this in header block
<div class="stickyheader" data-spy="affix" data-offset-top="150">
and then, in custom css
.stickyheader.affix {
position: fixed;
top: 0px;
z-index: 999;
float: none;
width: 100%;
}
It doesn't work, it blocks the template and doesn't allow to scroll down
So i tried your solution in navigation
<div class="stickymenu" data-spy="affix" data-offset-top="150">
.stickymenu.affix {
position: fixed;
top: 0px;
z-index: 999;
float: none;
width: 100%;
}
It doesn't work either