我跟着Sticky Footer example from Bootstrap并立即开始工作,但有没有办法可以在.col-md-10
内集成相同的粘性页脚?那么不是全宽而是不那么宽而不是.container
?
我的failed attempt到目前为止。请注意,我对position: absolute
的{{1}}样式发表了评论,因为在设置样式时,它看起来更糟糕。
答案 0 :(得分:1)
如何使#footer
的宽度与col-md-10
..
#footer {
height: 60px;
background-color: #f5f5f5;
width: 83.33333333%;
margin:0 auto;
}