"Shopping Cart Panel BS 3"
Bootstrap 3.0.3 Snippet by Belbesy

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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="row"> <div class="col-xs-8"> <div class="panel panel-info"> <div class="panel-body"> <div class="row"> <div class="col-xs-2"><img class="img-responsive" src="http://placehold.it/100x70"> </div> <div class="col-xs-6"> <h4 class="product-name"><strong>Product name</strong></h4><h4><small>Product description</small></h4> </div> </div> <hr> </div> </div> </div> </div> </div>
body { margin-top: 20px; }

Related: See More


Questions / Comments: