答案 0 :(得分:0)
您需要使用此代码修复导航栏的位置
position: fixed;
可能会帮助你
答案 1 :(得分:0)
您需要从padding-top: 25px
中的.l-canvas.headerpos_fixed .l-header.state_sticky
课程中删除custom-vb.css
。
然后您需要将padding-top: 25px
添加到同一个css文件中的.l-canvas.type_wide .l-subheader, .l-canvas.type_boxed .l-submain
类。
Sooooo,在custom-vb.css
中:
.l-canvas.headerpos_fixed .l-header.state_sticky {
}
.l-canvas.type_wide .l-subheader, .l-canvas.type_boxed .l-submain {
min-height: 100px !important;
padding top: 25px;
}
任何问题都让我知道。