出于某种原因,Semantic-ui的网格是16宽,我正在研究Orchard Cms主题(在其他地方找不到)。
答案 0 :(得分:0)
万一其他人在寻找。我发现目前从Orchard CMS 1.10.2开始,您可以在前端而不是后端执行此操作。
以下是如何针对引导程序更改前端网格的示例:https://github.com/OrchardCMS/TheBootstrapMachine/tree/master/Views/Elements
正如你所看到的,代码中有12个是硬盘。我想你可以扩展整个布局模块,但这将是很多工作,因为其他几个模块依赖它。
我打算使用Semantic-ui但是使用这个术语来使用他们的网格:
<div class="ui twelve column grid">
<div class="four wide column">four</div>
<div class="four wide column">four</div>
<div class="four wide column">four</div>
</div>