【发布时间】:2020-04-28 02:54:03
【问题描述】:
在 Shopify 中使用单个部分时,如何将 div 扩大到填满整个屏幕?
我已经修改了theme.scss file并添加了一个类
.hero--dsfull {
height: 100%;
}
对接部分需要填充窗口,而不仅仅是它所在的div。
参见示例:https://bunc.bike/pages/test
Screenshot showing white space to be removed
我遇到了一个潜在的解决方案,但我不知道如何实施: Full height sections single page
【问题讨论】:
-
你用的是什么主题?你的主题不是那个功能吗?
标签: html css twitter-bootstrap frontend