Column ordering with Bootstrap

Column ordering

We can change the order of our built-in grid columns with .col-lg-push-* and .col-lg-pull-* modifier classes.


<!DOCTYPE HTML>
<html> 
<head> 
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from  ww w .  java  2s .  c  o m-->
<body style='margin:20px;'>

<div class="row">
  <div class="col-lg-9 col-lg-push-3">9</div>
  <div class="col-lg-3 col-lg-pull-9">3</div>
</div>
        
</body>
</html>

Click to view the demo





















Home »
  Bootstrap »
    Example »




Accordion
Alert
Auto Complete
Badge
Breadcrum
Button
Carousel
Collapse
Dialog
Dropdown
Form
Icon
Jumbotron
Label
Layout
List
List Group
Media
Navigation Bar
Pager
Page Header
Panel
Paragraph
Pills
Popover
ProgressBar
ScrollSpy
Switch
Tab
Table
Thumnail
Tooltip
Tree
Well