From the course: Bootstrap 4 with Sass

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Adjusting gutters

Adjusting gutters - Bootstrap Tutorial

From the course: Bootstrap 4 with Sass

Start my 1-month free trial

Adjusting gutters

- [Instructor] A couple of other things that you can do to the grid, mainly you can redefine the number of columns by using this grid columns layout. So normally there are 12 units for every grid in bootstrap, so if you wanted to have 16 units you would just type in 16 here. You would need to redefine the break points as well as the max width of the containers. You can delete break points if you don't need all of them. So this is a real flexible way of creating just a grid that you need though. In addition I also really like this option right here, the grid gutter width. And that's because I'm always unhappy with the width of the space in between columns and I usually go through a lot of things to try to customize and fix that. So let me show you a place where I attempted to do that, I don't think I was super successful. So if I'm looking at the items that are right here, so I'm in the site, templates, layout and then there's this thing called items. And here's where I had the layout…

Contents