I want my website to fit to mobile devices screens. No Horizontal Scrolling by default, only vertical scrolling. I am using meta viewport as :
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=yes ">
This is not working in mobile web browser, the website is zoomed with showing Horizontal scroll bar. User have to Zoom out and see the content.
Test template of site is waterbill.phed.co.in - meta viewport not working in mobile
how to make site to fit to device width with No Zoom ?