"Blog post - CMS with sidebar"
Bootstrap 3.3.0 Snippet by LabWorkz

<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="col-md-9"> <div class="col-md-12 blogShort"> <div class="col-md-3"> <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=Image&w=200&h=200" alt="post img" class="img-responsive"> </div> <div class="col-md-9"> <article> <h3>Title 1</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged... </p> <a class="btn btn-primary pull-right" href="http://bootsnipp.com/user/snippets/n2oOy">READ MORE</a> </article> </div> </div> <div class="col-md-12 blogShort"> <div class="col-md-3"> <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=Image&w=200&h=200" alt="post img" class="img-responsive"> </div> <div class="col-md-9"> <article> <h3>Title 1</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged... </p> <a class="btn btn-primary pull-right" href="http://bootsnipp.com/user/snippets/n2oOy">READ MORE</a> </article> </div> </div> <div class="col-md-12 blogShort"> <div class="col-md-3"> <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=Image&w=200&h=200" alt="post img" class="img-responsive"> </div> <div class="col-md-9"> <article> <h3>Title 1</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged... </p> <a class="btn btn-primary pull-right" href="http://bootsnipp.com/user/snippets/n2oOy">READ MORE</a> </article> </div> </div> <div class="col-md-12 blogShort"> <div class="col-md-3"> <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=Image&w=200&h=200" alt="post img" class="img-responsive"> </div> <div class="col-md-9"> <article> <h3>Title 1</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged... </p> <a class="btn btn-primary pull-right" href="http://bootsnipp.com/user/snippets/n2oOy">READ MORE</a> </article> </div> </div> <div class="col-md-12 blogShort"> <div class="col-md-3"> <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=Image&w=200&h=200" alt="post img" class="img-responsive"> </div> <div class="col-md-9"> <article> <h3>Title 1</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged... </p> <a class="btn btn-primary pull-right" href="http://bootsnipp.com/user/snippets/n2oOy">READ MORE</a> </article> </div> </div> <div class="col-md-12 gap10 text-center"> <a href="#" class="btn btn-primary btn-load">Load More</a> </div> </div> <!-- Side Bar--> <div class="col-sm-4 col-md-3"> <div class=""> <div class="sidebar"> <div class="list-group"> <span href="#" class="list-group-item active"> Submenu </span> <a href="#" class="list-group-item"> <i class="fa fa-comment-o"></i> Lorem ipsum </a> <a href="#" class="list-group-item"> <i class="fa fa-search"></i> Lorem ipsum </a> <a href="#" class="list-group-item"> <i class="fa fa-user"></i> Lorem ipsum </a> <a href="#" class="list-group-item"> <i class="fa fa-folder-open-o"></i> Lorem ipsum <span class="badge">14</span> </a> <a href="#" class="list-group-item"> <i class="fa fa-bar-chart-o"></i> Lorem ipsumr <span class="badge">14</span> </a> <a href="#" class="list-group-item"> <i class="fa fa-envelope"></i> Lorem ipsum </a> </div> </div> </div> </div> </div>
.blogShort{ border-bottom:1px solid #ddd; padding: 10px;} h2{color:#34ca78;} .btn-load {margin: 1em}; .mini-submenu{ display:none; background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(0, 0, 0, 0.9); border-radius: 4px; padding: 9px; /*position: relative;*/ width: 42px; } .mini-submenu:hover{ cursor: pointer; } .mini-submenu .icon-bar { border-radius: 1px; display: block; height: 2px; width: 22px; margin-top: 3px; } .mini-submenu .icon-bar { background-color: #000; }

Related: See More


Questions / Comments: