Default left spacing on layout columns
The default layout controls in Edit Mode have a 12px left spacing for columns when the layout has more than one column, starting with the second column...
Is there a setting I can change so they appear all cero by default ?
Maybe even extending then overriding those properties if possible,
but not so much as to "duplicate" the controls to replace them :)
Hello Ernesto,
You can override the default left spacing of columns (except for the first one which doesn't have) by adding the CSS from below to your theme.
.sf_cols .sf_colsOut .sf_colsIn
margin-left: 0;