I\'m trying to put some extra margin/padding space between columns on my Bootstrap grid layout. I\'ve tried this but I don\'t like the result. Here is my code:
For those looking to control the space between a dynamic number of columns, try:
CSS:
.col:not(:last-child) .inner { margin: 2px; // Or whatever you want your spacing to be }