Hi Steve, I'm not sure I understand what you mean by "*.col-xs-8 (non-responsive)" *as far as I understand it, the whole grid in BS 3 is responsive/fluid. *.col-xs-8* only means when the viewport width gets below 780px, that element will take 8 grid columns. That number "8" is only for the amount of the grid's columns to be used. If you don't specify an other columns amount for the other viewport breakpoints, it should stay at 8 for larger viewports too AND adjust its size according the viewport width. (fluid behavior) If you use *.col-lg-8*, that element will be 8 columns wide for viewport over 780px but will revert to the full 12 columns when the viewport drops below 780px. (default behavior of BS3)
Please explain what you mean by "responsive" and "not-responsive" in your answer above. On Saturday, August 24, 2013 10:03:49 AM UTC-4, Steven Hudson wrote: > > I am not really sure why everyone is making this same mistake, maybe > bootstrap should re-write the documentation. > > Go here http://getbootstrap.com/getting-started/ and read it properly, > you will notice you are using the wrong class *.col-xs-8 (non-responsive)*... > it should be something like .*col .col-lg-8 (responsive)* > >> >> <https://lh5.googleusercontent.com/-qXd0oQKpu1E/Uhh7WGlQYEI/AAAAAAAAAjE/51a-LZxAA3M/s1600/CSS+%C2%B7+Bootstrap+-+Mozilla+Firefox_002.png> >> > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
