我已經寫了HTML
下面我正在使用bootstrap 3.3.7,我一直在通過web和調整CSS
和jQuery
塞滿了3天現在,我沒有找到解決方案。Bootstrap grid not stacking
我無法讓網格在移動視圖中堆疊。當我對佈局進行編碼,然後發生了一些未知的事情,我無法修復它。請幫忙。
<div id="idport"> <!--Portfolio-->
<h2 class="mheading">Portfolio</h2>
<div class="row" style="margin:0">
<div class="col-xs-2 thumbnail">
<a href="#" Title="Some website">
<img src="Spacer.png" alt="Some website">
</a>
<p>This is a title</p>
</div>
<div class="col-xs-2 thumbnail">
<a href="#" Title="Some website">
<img src="Spacer.png" alt="Some website">
</a>
<p>This is a title</p>
</div>
<div class="col-xs-2 thumbnail">
<a href="#" Title="Some website">
<img src="Spacer.png" alt="Some website">
</a>
<p>This is a title</p>
</div>
<div class="col-xs-2 thumbnail">
<a href="#" Title="Some website">
<img src="Spacer.png" alt="Some website">
</a>
<p>This is a title</p>
</div>
<div class="col-xs-2 thumbnail">
<a href="#" Title="Some website">
<img src="Spacer.png" alt="Some website">
</a>
<p>This is a title</p>
</div>
</div>
</div> <!--end Portfolio-->