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.

Reply via email to