I'm currently using Bootstrap 3 and I need help getting these two grids in my JS Fiddle demo to stack on top of each other instead of overlapping. The
<div class="col-xs-12 col-md-8">
is overlapping
<div class="col-xs-6 col-md-4">
I just want them to stack one on top of the other so that the "nav nav-pills nav-stacked" isn't hidden.
Check out the JS Fiddle example demo here
Below is the HTML Code you can refer to:
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-4">
<ul class="nav nav-pills nav-stacked" style="max-width: 300px; background-color: #fff;">
<li class="active"> <a href="#">link1</a>
</li>
<li> <a href="#">link2</a>
</li>
<li> <a href="#">link3</a>
</li>
<li> <a href="#">link4</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-md-8">
<div class="Rectangle_3_copy_2">
<div class="Rounded_Rectangle_2"></div>
</div>