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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.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;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: