Bootstrap site mobile view not using full viewport
Posted
by
jbarnett
on Stack Overflow
See other posts from Stack Overflow
or by jbarnett
Published on 2013-10-30T21:32:49Z
Indexed on
2013/10/30
21:54 UTC
Read the original article
Hit count: 98
css
|twitter-bootstrap
I'm currently making a responsive blog using the bootstrap 3.0 framework. I'm using the 1197 Max-width container for my content and it renders fine on desktops. However, when I try opening the site on my phone (I'm using an Android Galaxy Note 2), there is a lot of extra padding on the right and left sides of the viewport. I've tried following the API docs and guides as close as possible, but still can't get this to work.
Here is the site I am working on http://www.justinbar.net
Does anyone know what is going on with this? Am I doing something wrong, or do I need to override default behavior (which sounds a bit hacky to me).
© Stack Overflow or respective owner