Currently it seems as though all margins between grid items is set to 10px:
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
display: inline;
float: left;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
Is it possible to change this within the wordpress backend without adding a custom CSS tag. The issue with the custom CSS tag is it then unaligns the columns.
Thank you for the help.