I'm trying to override the gutter width in Susy 2 but can't get it to work as required. My standard set up for the site is as follows which is fine.
$susy: (
columns: 12,
gutters: .5,
gutter-position: after,
);
I have an image gallery where I want the spacing between blocks to be much less. I can override the gutter width using (gutter-override: 0.1) however this doesn't effect the width of the blocks. The widths of the blocks are still as if the gutter is .5.
Is it possible to change the gutter for a certain block of content (my gallery) so that the gutter can be a lot smaller and the width of the blocks will reflect this?
Thanks for any guidance in advance.