How to add margin top to class=\"row\" elements using twitter bootstrap framework?
If you're using BootStrap 3.3.7, you can use the open source library bootstrap-spacer via NPM
npm install bootstrap-spacer
or you can visit the github page:
https://github.com/chigozieorunta/bootstrap-spacer
Here's an example of how this works to space rows using the .row-spacer class:
If you'd require spaces between columns, you can also add the .row-col-spacer class:
And you can also combine various the .row-spacer & .row-col-spacer classes together: