The Twitter Bootstrap 2.0-wip branch on GitHub includes a new responsive layout system. It’s great for apps that need that level of responsiveness, but I’m developing a web-only app that needs to have a completely fixed layout.
Is there any easy way to override Bootstrap’s responsive layout?
You can see it in action by cloning their repo, branching to 2.0-wip, and opening docs/scaffolding.html in your browser.
Thanks in advance!
Just remove the
@mediaqueries found in thebootstrap.cssfile on line2684. That should eliminate all of the responsive qualities and just leave the standard container width intact.