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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -