Hi,
on www.silbertreu.de i use full with sections in the header. When a header section is set to full width, by default a small whitespace will show up underneath the fixed nav bar.
To fix that, i dropped this code into the custom code box in the PageLines settings:
body.navbar_fixed .page-canvas {
padding-top: 39px;
}
But since 2.4 this workaround is not responsive any more. On my iphone the above mentioned whitespace is back again. How to fix it?
Another question regarding the same thing: I tried to drop the above code into my style.less file instead of the custom code box but it will not compile. How has this code to be changed to work in the style.less?












