0
A
回答
0
容器類添加左,右填充/保證金。 請勿使用容器。
<div class="row">
<img src="http://alphawolves.net/dev/vesna/image/slider01.jpg" alt="" class="img-responsive"/>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<p><- - why is this space here and on the right side ? </p>
</div>
</div>
</div>
0
添加到您的CSS,它應該做的伎倆
.container {
padding: 0;
margin:0;
}
相關問題
- 1. 如何僅爲背景提供類名?
- 2. 如何爲ScrollContentPresenter提供背景色?
- 3. 如何爲GtkEventBox提供透明背景?
- 4. 如何在沒有左右填充的情況下爲Bootstrap列提供背景?
- 5. 如何在CSS中提供背景圖片?
- 6. 如何爲背景圖片提供替代和標題?
- 7. 如何爲條形圖提供背景層次
- 8. 如何僅爲特定的div或類提供背景視頻。
- 9. 如何爲線性佈局提供兩種不同的背景
- 10. 如何在li上凍結背景 - Bootstrap
- 11. 如何在bootstrap中設置背景圖像到行列?
- 12. 爲表格行提供穩定,連續的背景色
- 13. 如何在IE9中正確提供SVG文件作爲背景圖片?
- 14. bootstrap中的背景圖像?
- 15. 如何使用Twitter Bootstrap使模糊背景模糊背景?
- 16. Bootstrap背景圖片
- 17. Bootstrap整頁背景
- 18. Bootstrap背景顏色
- 19. Heroku不提供背景圖片,localhost呢?
- 20. 由jquery提供背景遮罩。
- 21. Firebase SDK未提供背景通知
- 22. 如何爲php_writeExcel中的整個工作表提供背景顏色
- 23. 如何爲容器中的所有元素提供相同的背景顏色?
- 24. 如何爲文本視圖中的選定文本提供背景色
- 25. 如何激活Bootstrap模態背景?
- 26. bootstrap模式顯示在背景中
- 27. Bootstrap Modal坐在Chrome中的背景下
- 28. celltable - 如何使用圖像作爲celltable背景(或行背景)
- 29. 如何覆蓋css提供背景圖片?
- 30. 如何給引導列表組提供透明背景?
你們是不是要刪除的空間? – Jatin