Answer the question
In order to leave comments, you need to log in
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)
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
Set the wrapper
to .wrapper{
min-height: 100%;
overflow: hidden;
}
The problem is gone
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question