css - disable horizontal scroll on mobile web -


i'm having issue horizontal scrolls appear on phones site. tried put overflow-x :hidden it's not working. width auto, automatically resize web suits screen size. other phones fine except when viewed in blackberry, nokia e52 , windows mobile, horizontal scroll appear.

any advice? thank you!

use <meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" /> in order set width device width.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -