"Section right vs left"
Bootstrap 3.3.0 Snippet by lapastanaga

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="service"> <div class="row box-right"> <div class="col-md-6"> <h3 class="section-heading">Section right</h3> <p>Brownie icing marshmallow sweet pudding brownie pie. Apple pie icing dessert macaroon bear claw cake jujubes powder. Candy canes sugar plum icing tootsie roll cupcake jelly-o croissant wafer fruitcake.</p> </div> <div class="col-md-6"><img src="http://www.blogdefarmacia.com/wp-content/uploads/2015/03/zanahoria.jpg" class="img-responsive img-centered" alt=""></div> </div> <div class="row box-left"> <div class="col-md-6 col-md-push-6"> <h3 class="section-heading">Section left</h3> <p>Lollipop macaroon muffin toffee wafer. Jujubes sesame snaps caramels ice cream halvah. Marshmallow marshmallow bear claw sweet bear claw halvah cookie macaroon.</p> </div> <div class="col-md-6 col-md-pull-6"><img src="http://www.blogdefarmacia.com/wp-content/uploads/2015/03/zanahoria.jpg" class="img-responsive img-centered" alt=""> </div> </div> </div> </div>
.services img { width: auto; max-width: 550px; } .box-right { margin: 20px 0px; } .box-right .section-heading{ margin-top: 10px; } @media(min-width:768px) { .box-right .section-heading { margin-top: 100px; } } .box-left{ margin: 20px 0px; } .box-left .section-heading{ margin-top: 10px; } @media(min-width:768px) { .box-left .section-heading { margin-top: 100px; } }

Related: See More


Questions / Comments: