I'm using Bootstrap version 3.3.7 How can I make the Bootstrap button to equal height columns with button at the bottom? I've found some solution is targeting the row
or col
class to make it same height. But can I do the same result without targeting the Bootstrap row
and col
? Rather than targeting the row and col class or using position:absolute
, can I make the same result using some others CSS way? Maybe clearfix? clear:both? overflow? display:table-cell? or display: flex?
/* Can I do the same result without using position:absolute? */
@media only screen and (min-width: 990px) {
button.btn.btn-success {
position: absolute;
top: 100px;
left: 15px;
margin: 20px 0;
}
}
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript" ></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript" ></script>
<div class="container">
<div class="row">
<div class="col-md-4">
<p>expetendis illum vidisse laboris officia sint philosophari ab laboris nescius</p>
<div class="clearfix">
<button class="btn btn-success">Button</button>
</div>
</div>
<div class="col-md-4">
<p>ea pariatur laborum nulla quae sunt mandaremus laborum et pariatur legam velit adipisicing amet o admodum magna nescius noster noster</p>
<div class="clearfix">
<button class="btn btn-success">Button</button>
</div>
</div>
<div class="col-md-4">
<p>pariatur non varias ex ea sunt voluptatibus ingeniis summis doctrina transferrem incurreret nostrud officia proident magna do qui distinguantur fidelissimae familiaritatem lorem elit nescius enim litteris litteris iis enim cohaerescant</p>
<div class="clearfix">
<button class="btn btn-success">Button</button>
</div>
</div>
</div>
</div>
<h3>despicationes quorum quamquam aliquip coniunctione distinguantur de imitarentur
cohaerescant e incurreret hic officia noster cupidatat arbitrantur praesentibus
praetermissum illustriora exquisitaque ea cillum incurreret tempor vidisse minim
e a nisi mandaremus</h3>