0

由于某种原因,我的主题中的页脚在我的导航下显示在标题中时出现问题(仅当浏览器的宽度在 1200 - 980 之间时才会发生)。只是没有看到问题所在。

截图:http: //goo.gl/qfSNrv

实时预览:http: //goo.gl/uFpRco

任何帮助表示赞赏。提前致谢。

最好的问候,大卫

4

1 回答 1

0

将 a 添加clear:both到页脚标签的 css 就可以了。

footer {
    border-top: 3px solid #20C8AD;
    height: 80px;
    margin-top: 30px;
    padding-top: 10px;
    color: #677786;
    background: #34495E;
    clear: both;
}
于 2013-09-19T17:26:01.153 回答