Mobile app version of vmapp.org
Login or Join
Turnbaugh106

: Left - Right Scrolling On Mobile Devices I have a website, which has an on screen width of around 800 pixels. Now I don't want to change that as I am perfectly happy with it as it is,

@Turnbaugh106

Posted in: #ScreenSize

I have a website, which has an on screen width of around 800 pixels. Now I don't want to change that as I am perfectly happy with it as it is, however, the problem I'm getting is that mobile users aren't able to scroll to the right, so they obviously can't see the rest of the content. As far as I was aware from previous sites that I've built, the scrolling is a default feature if the site is larger than the screen, so what's the problem here?

I have this code:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">


Which I suspect may be the problem? Any way to fix this?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh106

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme