blaster
blaster

Reputation: 8937

Bootstrap - How to Make Rows Have No Padding?

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

Answers (1)

Murat Çorlu
Murat Çorlu

Reputation: 8555

Maybe you can customize padding values in LESS variables and re-compile. http://twbs.github.io/bootstrap/customize/

Upvotes: 1

Related Questions