Gutters
List of Column Gutter Utility Classes included with Canvas.
Classes
| Class | Description |
|---|---|
.gutter-* | Sets a Column Gutter on the Bootstrap Columns Sizes
Example: [ch_pre class="mb-3"] [/ch_pre]
This code sets a Gutter Size of 20px on all Devices but 40px on Devices Widths from 768px You can add Multiple Gutter Utility Classes on the same element for different responsive breakpoints |
.no-gutters | Disables Gutter margin on Columns. This is useful for No-Margin Grids like this Example: http://themes.semicolonweb.com/html/canvas/portfolio-nomargin.html |
.col-mb-* | This Class is applied to the Bootstrap .row which sets a margin-bottom CSS property on all the .col-* Bootstrap Columns inside it.
Sizes
Example: [ch_pre] [/ch_pre]
This code sets a Bottom Margin of 50px on all Devices but 80px on Devices Widths from 992px You can add Multiple Column Margin Utility Classes on the same element for different responsive breakpoints |
