简体   繁体   中英

Twitter Bootstrap Fixed Grid To Resoinsive

I am developed a site using twitter bootstrap(2.3.2) fixed grid system. This is 960px website. I am not added responsive code in bootstrap.css file. But now i want to responsive it not fluid. I already download responsive code from http://getbootstrap.com/2.3.2/customize.html site and past that code in a responsive.css file.When i add this file to my website it become 1170px.but i don't want this.i want my website default value 960px but in tablet and mobile it must responsive view.How can i do this?Please help me i am new in bootstrap.

Thanks

create your own less file as a main less file ( like bootstrap.less ).

Here is a link to a similar question answered very correctly.

Accordingly any property of bootstrap you can overwrite as per you wish.

Cheers!!!

Before downloading the customized code from http://getbootstrap.com/2.3.2/customize.html untick the 'Large desktops (>1200px)' option below the Responsive title.

I'm just guessing but that ought do it because it doesn't generate the CSS on the responsive file for over 979px then.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM