For a personal project (dashboard) I have setup a simple columns layout using bootstrap. The columns of one of the rows I have given the followings classes: col-xxl-2 col-lg-4 col-sm-6
- gt 1400px: 6 columns
- gt 992px: 3 columns
- gt 567px: 2 columns
This works fine, I was however hoping to change the breakpoint for "xxl" to something higher than 1400px since 6 columns is just a bit too much on 1500 something pixels. Is this possible?
I'm using container-fluid for my main container btw.