How to add margin top to class=\"row\" elements using twitter bootstrap framework?
class=\"row\"
Add to this class in the .css file:
.row { margin-left: -20px; *zoom: 1; margin-top: 50px; }
or make a new class and add it to the element
.rowSpecificFormName td { margin-top: 50px; }