Grid » Item Settings Change the spacing between grid itemsLink
Since: 1.2.0 New IssueThe percentage you'd like a margin to take up on grid items, if you are using margins on grid items. By default, this will attempt to reproduce the default margin on a large screen in a full-width container. If you plan to use grids inside a smaller container, you may need to adjust this.
Examples
Change the spacing between grid items to a flat 10%.
$grid-margin-width: 10;
grid/_grid-variables.scss, line 67
View Source