I am not entirely sure but here's my reasoning: the offset is always going to be in effect no matter if a column is hidden or not.
The solution would be to either "pull" the third column to the proper position with or without "2 content", or maybe create a spacer column that is only visible when "2 content" is hidden. On Wednesday, 28 August 2013 18:28:28 UTC+1, Holden I wrote: > > I want a simple layout: one row and 3+7+2 columns > in sm-mode i want to hide middle column so I add *hidden-sm* to second > column and* col-sm-offset-7* to third column. > But offset works also in md and lg modes > > <https://lh3.googleusercontent.com/-siWs3ayOW0I/Uh4ybCV8C4I/AAAAAAAAAF4/iPGHqxYIB2Y/s1600/aaaa1.png> > code: > >> <div class="container"> >> <div class="row"> >> <div class="col-sm-3 col-md-3 "> >> 1 content >> </div> >> <div class="hidden-sm col-md-7 "> >> 2 content >> </div> >> <div class="col-sm-2 col-sm-offset-7 col-md-2 "> >> 3 content >> </div> >> </div> >> </div> > > -- 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.
