After upgrading from twitter-bootstrap 2.0.4 to 2.2.1, I encountered a issue where my website now extends to the new responsive layout of 1170px, while I had designed it around a maximum width of 940 pixels. Is there a way to adjust the responsive layout to have a max width of 940px?
This is how my current meta tag appears:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Any suggestions or ideas on how to solve this dilemma?