Bootstrap3在页脚下面的空格

时间:2016-04-17 13:46:01

标签: html css twitter-bootstrap whitespace footer

Here您可以清楚地看到页脚后面的空白区域,它似乎等于正文标记的背景颜色。

我该怎样摆脱它?

谢谢。

修改

好的,所以提供的解决方案到目前为止已经完成了这项工作,但I've got another one here。只有一个街区和一个空白区域,无法得到导致此问题的原因。

2 个答案:

答案 0 :(得分:0)

更改主css文件并添加这些更改。

.footer-bottom {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #6ab3ac;
    line-height: 50px;
    color: #fff;
}

答案 1 :(得分:0)

像这样:

pip