我已经确保我的CSS文件被聚合了,但是respond.js没有工作。
这是我的网站:http://smartpeopletalkfast.co.uk/cc/
我尝试了两个模块(目前已启用)和使用Zen主题内置选项使用respond.js。
我已经为调试添加了这个选项,所以当媒体查询工作时,桌面大小的显示页面是空白的。
@media all and (min-width: 720px) {
body {
display: none;
}发布于 2013-09-11 18:06:18
我在我的coumpas.app中打开了'Debug信息‘。禁用它使它工作。
https://drupal.stackexchange.com/questions/85409
复制相似问题