简体   繁体   English

HTML页脚中的空格

[英]Space at the footer in HTML

I have a little problem , I have a large white bar below the footer .. 我有一个小问题,我在页脚下方有一个大白条。

Code: http://pastebin.com/Bi1e65ve (The image and the original code is on the pastebin) 代码: http : //pastebin.com/Bi1e65ve (图像和原始代码在pastebin上)

Thanks ! 谢谢 !

If you are 100% sure that you removed any margin from CSS of the class "row" or "col-md-12" or of the link from the footer, the single explaination is that because your page is not full-height sized, it does look like it has a white bar below the footer. 如果您100%确定从CSS中删除了“行”或“ col-md-12”类或页脚中的链接的所有页边距,则唯一的解释是,由于您的页面不是全高,它看起来好像在页脚下面有一个白色的条。

Try adding some content to see if the footer goes down or remains fixed in this position. 尝试添加一些内容以查看页脚是否下降或保持固定在该位置。

If it goes down and you want it to be fixed at the bottom of the page, look here to make your footer sticky. 如果它下降了,并且您希望将其固定在页面底部,请查看此处以使页脚变粘。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM