Just found out you can set the number of grid-columns by sass in the theme/variables.css directly underneath the colours sass variable.
$grid-columns: 7 !default;
Interestingly rows are automatic and it bloody works. You just need to make sure your data has the right rows and columns. I’m doing weekly display, regardless of how many days in the array it always breaks it to 7 columns and auto moves to the next row. If that makes sense.
↧
Grid Border
↧