Reputation: 8937
Bootstrap seems to want to enforce its own padding everywhere within the grid system (I'm using the non-responsive "container", "row", and "span.." classes.) I'd prefer to make my own widgets that live inside the constraints of the row system but enforce their own padding. Is there a canonical way to control the padding behavior of Bootstrap's rows?
Upvotes: 0
Views: 465
Reputation: 8555
Maybe you can customize padding values in LESS variables and re-compile. http://twbs.github.io/bootstrap/customize/
Upvotes: 1