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:
but, want this:
how do this? tried set container 300px, set body , html 300px. still have excess content in sides. how fix this???
Comments
Post a Comment