Saguaros,
Thank you for the simple solution to removing the space that was added above the content in the Buildr-Koan template. Compiling the Less file worked for that.
Unfortunately the space remains for sidebar-2. Compiling the Less file has no effect.

Once again it seems it's the layout.less file that introduces the space:
#sidebar-2 {
padding-top: 18em;
}
See here: https://www.treefruit.com.au/orchard/crop-protection/frost

I hope there is a simple solution to this too.

Thanks in advance.
Nick

Hi Nick,

If it's sidebar 2 only, you can simply override it with:

#sidebar-2 {
    padding-top: 0px !important;
}
Write a Reply...
You need to Login to view replies.