html - Bootstrap : how to set resolution for mobile page -


update: sorry not linking code. cannot show actual preview, can link code via jsfiddle. link on bottom...


i have site bootstrap width set 300px when screen on mobile,

@media screen , (max-width:991px) {  } 

basically have this:

the display in mobile now

but, want this:

should be

how do this? tried set container 300px, set body , html 300px. still have excess content in sides. how fix this???

link : http://jsfiddle.net/godheaper/hyfueqd5/3/


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -