Zahodish here:
getbootstrap.com/customize
Nahodish section:
Grid system
Define your custom responsive grid.
There are two fields:
@grid-float-breakpoint: Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint-max: Point at which the navbar begins collapsing.
Maneesh them on their values for example:
@grid-float-breakpoint: 1280px
@grid-float-breakpoint-max:1279px
In this case, it will collapse already at 1279px;
Generiruet bootstrap and semester.
media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}here is the record.
and you mount it in CSS
media (min-width: 1025px) {
.navbar-toggle {
display: none;
}
} - Eddie_Mil commented on July 9th 19 at 13:33