Hello Juli, As far as I understand, the only way to have a span4 changed into a span2 would be using js. Using media queries would just define each span width depending on the screen resolution. If you want to understand how this works, take a look here: http://twitter.github.com/bootstrap/scaffolding.html#responsive
If you really decide to programatically change the span classes, the last section may help. Regards Em domingo, 4 de novembro de 2012 18h53min14s UTC-2, Juli87 escreveu: > > I created a website based on twitter bootstrap and I want to control the > collapse of spans in the fluid layout (ie. if the resolution is between 480 > and 768, an element should have span4 and span2 above 768px) > I've read that this can somehow be influenced with media queries, but I'm > not sure how to use it...do s.o. know any examples? >
