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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -