【发布时间】:2016-02-27 07:56:54
【问题描述】:
我正在尝试使用 jumbotron 或类似的全宽容器:
<div class="container" style="margin: 0 auto;width: 100%;background-color: red">
<div class="jumbotron">
<h1>Full Width Layout</h1>
<p class="lead">The Bootstrap 3 grid is fluid only. This example shows how to use a custom container to create a fixed width layout.</p>
<p><a class="btn btn-large btn-success" href="http://bootply.com/tagged/bootstrap-3" target="ext">More
Examples</a>
</p>
</div>
</div>
目前我正在使用:https://github.com/FezVrasta/bootstrap-material-design 和 Yii2。
我已经尝试了所有有关此的方法,但问题仍然存在并且不是全宽。
【问题讨论】:
标签: css twitter-bootstrap yii2 material-design bootstrap-material-design