twitter bootstrap - Stop layout expanding beyond 940px -


is possible stop layout expanding beyond 940px?

i have elements mess beyond 940px. still need layout responsive mobile, device bigger 940px doesn't need bigger items.

try css/properties/max-width

body {    max-width: 940px; } 

Comments