我使用了这段代码
#header-container{
position: relative !important; }
在我的测试博客http://spideradvices.blogspot.ro/2014/01/test-3.html中但是无法正常工作,我无法更改模板中的原始位置,但是有没有办法强迫它相对?
答案 0 :(得分:0)
似乎header-container
没有任何问题。但我可以在position:fixed
div上看到.viewitem-panel
。
因此,从.viewitem-panel
div中删除已修复或在您的课程中覆盖。
要滚动,您还应删除以下CSS
body.viewitem-open {
overflow: hidden;
}