Bootstrap 3 responsive not working on mobile
I was working on one eCommerce system and it was bootstrapped ... But somehow It was not working as responsive in mobile browsers but it was showing responsive nature in normal browser...
I was missing following line in header section
Read more...
I was missing following line in header section
<meta name="viewport" content="width=device-width,
initial-scale=1, maximum-scale=1">
And now it started working