我正在编写基于Bootstrap模板的网站:http://wrapbootstrap.com/preview/WB0B30DGR
左侧菜单:http://goo.gl/vEcFpJ 这不是固定的。我需要在页面滚动时修复它。
我知道我必须为此菜单添加侧栏固定类。但我不知道该怎么做。
这是代码: 如果我改变它,因为有完全混乱。
我想我需要在css中创建侧边栏固定类,但模板中有很多css文件,我不知道应该添加哪个css代码。
感谢您的任何建议。
答案 0 :(得分:2)
在模板中有一行HTML,如下所示:
<div id="sidebar" class="sidebar responsive">
您需要像这样添加sidebar-fixed
类:
<div id="sidebar" class="sidebar sidebar-fixed responsive">