简体   繁体   English

如何使Hippo CMS模板全宽?

[英]How can i make my Hippo CMS template full width?

I'm having some problems to create my template in hippo CMS. 在河马CMS中创建模板时遇到一些问题。 I'm trying to give the template a full width but with my navigator I found that somewhere there's a col-sm-9 that makes the view horrible. 我正在尝试为模板提供全宽,但是在我的导航器中,我发现某个地方存在col-sm-9 ,这会使视图变得很恐怖。 Here you have an image: Image link 这里有一张图片: 图片链接

And there's the part of code where Hippo is using Bootstrap to make that col-sm-9 : Image link 2 在河马的一部分代码中,Hippo使用Bootstrap来创建col-sm-9图片链接2

So, my question is, where can I change that to make that width 100%? 因此,我的问题是,在哪里可以更改该宽度以使其达到100%?

Thanks to everyone who can help me. 感谢所有可以帮助我的人。

That class has to be on a template somewhere in your project. 该类必须位于项目中某个地方的模板上。 Find the template, change the class. 找到模板,更改类。 This is something contributed by essentials? 这是必需品吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何让我的 ngModel 在我的 ng-template 中自动工作? - How can i make my ngModel to work automatically in my ng-template? 如何使 Angular Material 的按钮切换全宽但左对齐其内容? - How do I make Angular Material's button toggle full width but left-align its contents? 如何在角度2中为模态弹出窗口设置宽度和高度 - How can I set width and height to my modal popup in angular 2 Nebular Ngx-admin ,如何将 nb-auth-block 的宽度从 35 rem 更改为全宽 - Nebular Ngx-admin , how can i change width of nb-auth-block from 35 rem to full width Angular:如何将 class 成员设为私有但可用于模板? - Angular: how can I make a class member private but accesible for the template? 如何将基于 typescript 决策的值返回到我的模板? - How i can return to my template a value based in a typescript decision? 如何在我的模板中显示获取的数据? - How can I display the fetched data in my template? 如何访问我的 ViewChildren 的模板参考? - How can I access the Template References of my ViewChildren? 每次将新对象推入数组时,我的循环都会在模板中重复出现。 我怎么能在模板中处理这个? - every time a new object is pushed into array my loop in template repeats. how can I handle this in template? 如何在Ionic2中使模态成为全屏? - How Can I make modal to become full-screen in Ionic2?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM