html - Bootstrap col-md-3 div take relative height of last col-md-3 in a row -
html - Bootstrap col-md-3 div take relative height of last col-md-3 in a row -
hello web developers, need help in bootstrap. have divs of class col-md-3 in row class. total 4 col-md-3 in row. height of col-md-3 varies. can anything. issue arises when height not same. suppose 4 col-md-3 appeared in row , lastly col-md-3 smaller or larger others. 5th col-md-3 takes height of lastly col-md-3 , adjust per it.you can view @ http://demo.wedevelopers.in/bootstraptest-54765/index.htm want 5th div appear below first , on. please help me solve problem. in advance. hope hear suggestions you.
make new row 5th col-md
.
one row
can accommodate col-md-x
's sum of x's 12. it's 12-grid system. clarify, sum of col-md
's in row must 12 or less.
example:
<div class ="row"> <div class="col-md-3"> <div class="col-md-3"> <div class="col-md-3"> <div class="col-md-3"> </div> <div class ="row"> <div class="col-md-3"> <div class="col-md-3"> <div class="col-md-3"> <div class="col-md-3"> </div>
html css css3 twitter-bootstrap twitter-bootstrap-3
Comments
Post a Comment