Is there a way to increase Bootstrap 3's grid width to 1170? My users often use devices that support 1920 x 1080 resolution. I want to maintain responsiveness (in case the window is not maximized), but whenever the window is> 1600 pixels wide, I want the grid to be as wide as 1600 pixels.
Is there a way to add another step to the grid for windows wider than 1600 pixels? Preferably without using LESS, just adding some custom CSS to override the original Bootstrap rules?
Merik source
share