R
R
RoadMoscow2018-05-11 16:04:51
css
RoadMoscow, 2018-05-11 16:04:51

Horizontal scroll on the phone in chrome on android, how to fix it?

Good afternoon. Please tell me where to stick a crutch to remove the horizontal scroll? Here is the Scroll site appearing on an android phone in a chrome browser.
Thanks a lot))

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CODALSD, 2018-05-11
@RoadMoscow

@media only screen and (max-width: 768px)
.main .header {
    width: 100%;
    left: 0;
    margin-left: 0;
}

media.css line 26
change width value

A
akavato, 2018-05-11
@akavato

media only screen and (max-width : 380px){
body{
min-width: 380px;
What is it like? What if I have a 360px screen? The screen zooms up to 380, here is the scrollbar

N
NaN, 2018-05-11
@KornevaViktoria

Write the correct media queries. Check the given minimum width on different screen resolutions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question