I
I
Ivan Lunin2022-01-06 22:58:57
css
Ivan Lunin, 2022-01-06 22:58:57

How to remove empty space on the side with adaptability?

Greetings, when I start writing media queries, there is an indent on the side and a horizontal scroll. What am I doing wrong and how to place all content in the center?
All layout is wrapped in a wrapper
(Indicated indent with arrows)
61d749df78564856472894.png
61d749ee6ad56599279474.png

Properties by type:
overflow: hidden;
overflow-y:hidden;
overflow-x:hidden;
added, did not help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Lunin, 2022-01-07
@IvanLu

Set the wrapper
to .wrapper{
min-height: 100%;
overflow: hidden;
}
The problem is gone

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question