D
D
dm2015-03-10 21:44:18
css
dm, 2015-03-10 21:44:18

The reason for the appearance of horizontal scrolling on a 240x320 screen?

I made an adaptively simple page: del
On a 240x320 mobile screen (Android), the page moves to the right / left by a few pixels. That is, as if horizontal scrolling appears.
What could be the reason? There is no fixed width anywhere, everything is ok on other screens.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Sultanov, 2015-03-11
@Chekhoved

Sometimes it happens. It's because of the padding of the 100% width boxes (or the content in them) or those... Look for these boxes and play with their margins.

V
vladimir-vlg, 2015-04-02
@vladimir-vlg

Somewhere the width of the element got out: in firefox, open web-developer->outline->outline block level elements
The borders of the elements will appear, and you will find the one that has crawled out of the screen, you can reduce it.

I
Ivan Lebedev, 2015-03-11
@kamiLLxiii

Most likely it depends on the system settings for the browser, or the web view settings in the application (if the page is opened in the application).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question