responsive design - How to specify Bootstrap grid -


i have customized bootstrap setup use 960 grid instead of default width. have html using bootstrap grid:

<div class="container">           <div class="row">             <div class="col-md-3"></div>             <div class="col-md-6"></div>             <div class="col-md-3"></div>           </div> </div> 

however on specific page need exact in width, instance need first row 280 pixels, second 500 pixels , third 160 pixels. how can using bootstrap grid still responsive mobile devices?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -