T
T
T2O2021-02-19 18:00:05
Layouts and prototypes
T2O, 2021-02-19 18:00:05

What layout size should I do for a full screen site?

Hey! Need a website design 1920x1080. Fullscreen. During development with containers, there were no problems. Now I don't understand one thing: during development, the layout needs to be 1920x1080, but does it need to take into account the width of the scroll? That is, if the file size is 1920, then the content area will be 1902-1903? Hope for help. This moment, for some reason, drove me into a stupor

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oleg, 2021-02-19
@T2O

Do 1920, but give 15-20 pixels at the mercy of the horizontal alignment of the page.
If, according to the designer’s idea, there shouldn’t be a scrollbar at all, then 1920 is without any doubt.
For example, there is no scrollbar at all

A
Amirych, 2021-03-10
@Amirych

If you're designing in Figma, you can customize how it stretches. Then you don't have to worry about it at all. But in general, the standard 1920 + show if there is a scroll and how it will look - this is also your task.

H
HamSter, 2017-10-17
@jeerjmin

If you are using bootstrap 4 , then zero indents are already provided in the markup, for this, together with the class .row, use the class .no-gutters
Example:

<div class="row no-gutters">
  <div class="col-12 col-md-8">.col-12  .col-md-8</div>
  <div class="col-6 col-md-4">.col-6 .col-md-4</div>
</div>

E
Egor Zhivagin, 2017-10-17
@Krasnodar_etc

Transfer the connection of your styles connection below the bootstrap connection. Otherwise it will cover them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question