html web仅在移动视图中显示标题

时间:2013-02-26 15:39:50

标签: android html css html5

我正在使用WebView向我的Android应用添加功能。问题是,我删除了标题并且它成功地消失了,但是当我从智能手机(WebView)看到它时它仍然存在...

网站是this(我不是在这里发布html / css,因为它太长了)

这是我手机的样子:S

web from mobile

1 个答案:

答案 0 :(得分:2)

在第17行的fixed-navigation.css中,您有:

#content {
    padding: 60px 0 0;
}

您正在看到顶部填充。

为了将来调试此类问题,我建议使用Chrome's built-in user-agent switcher.