Answer the question
In order to leave comments, you need to log in
How to change bootstrap 4 grid?
The layout got a FULL-HD resolution layout, the width of the content in the layout is 1636px, which is non-standard.
I tried to google how to change the bootstrap 4 grid so that you can layout for FULL-HD resolutions.
As far as I understand, it is possible to recompile the bootstrap SASS library, and write your values into the variables $grid-breakpoints
and $container-max-widths
.
How can I do that?
Answer the question
In order to leave comments, you need to log in
Bootstrap
customization How to customize Bootstrap 4 grid?
How to customize bootstrap 4?
In principle, if the distances between cells are standard, it is enough to redefine the .container width at the required breakpoints.
For example, I never use containers at all. Enough to give
.row {
max-width: 1666px; /*серединка + 2 уха по 15*/
margin-left: auto;
margin-right: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question