Answer the question
In order to leave comments, you need to log in
How to make a site on "crooked" layouts using Bootstrap?
There are 3 layouts:
1. 320 - 810
2. 810 - 945
3. 945 - 1920
To be honest, I see this for the first time.
Everything is crooked in the layout, there is no grid, more precisely, there are just 28 columns, which, in my opinion, are made for the sake of appearance. The layers are not grouped at all, part of the footer is in the header folder, the underline is made with text, the content in the layout under #3 has a width of 1784px, but based on the name of the layout "945-1920" it is required that it look like this at a screen resolution of 945 and with a resolution of 1920. The
question is:
1. Is this generally normal?
2. If so, how is it to be typeset and with what?
The customer requires adaptive layout and pixelperfect.
Answer the question
In order to leave comments, you need to log in
The designer really made the grid there only because he saw it in other layouts and thought that it should be done everywhere, there is no logic in it. Anyway, it shows you the maximum width of the container: 1578px. That is, you set a new breakpoint in the bootstrap (+30px container padding):
@media (min-width: 1650px) {
.container {
width: 1608px;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question