I have a respsonsive twitter bootstrap layout with a left sidebar. When I change screen resolution the sidebar and content area change their size.
Is it possible to make the sidebar (class .span3) stay in a fixed width while the content area (class .span9) changes size?
.spanclasses, which are already adjusted to be responsive to screen width changes. You'll likely need to implement your own set of classes with responsive CSS to stay in the layout grid. - VKen