Answer the question
In order to leave comments, you need to log in
How to make your own Bootstrap 3 grid?
How to configure a grid on Bootstrap 3 where there would be 24 columns and the maximum width of container would be 1920px ? Well, all this, respectively, should be responsive.
I changed the number of columns to 24 through "/less/variables.less". There is a variable that is responsible for this.
But I did not find how to stretch the container. It is now 1140px, and I need a maximum value of 1920px and let the responsive grid start from it.
Answer the question
In order to leave comments, you need to log in
getbootstrap.com/customize
> Media queries breakpoints
> Container sizes
And be careful with this choice. 24 columns is easier for layout, as there is more freedom, but the very visibility of the grid may disappear.
For high resolutions I use files for bootstrap 4, 1600px (HD+), 1920px (Full HD), 2560px (Retina 1440p), 2880px (15" Retina), 3840px (UHD), 4096px (4K), 8192px (8K).
Files freely available Bootstrap 4 Grid for large screen resolutions
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question