When there is no content in the first sidebar the #content div is still getting a margin-left applied. I'm not familiar with the Neat framework, but this worked for me.
.no-sidebars #content
@include span-columns(12)
margin-left: 0
When there is no content in the first sidebar the #content div is still getting a margin-left applied. I'm not familiar with the Neat framework, but this worked for me.
.no-sidebars #content
@include span-columns(12)
margin-left: 0
Comments
Comment #1
SteveK commentedThanks. I've applied a fix to the dev branch.