WordPress 模板页脚未按应有的方式显示

发布于 2024-11-07 02:01:36 字数 264 浏览 3 评论 0原文

我刚刚完成了一个 WordPress 模板,但页脚的宽度并不像应有的 100% 宽度。

http://79.170.44.113/yorkshirecouriers.co.uk/?page_id=8

有什么想法吗?

我是否错过了任何地方的 div 结尾?

谢谢

I've just done a wordpress template and the footer isn't 100% width like it should be.

http://79.170.44.113/yorkshirecouriers.co.uk/?page_id=8

Any ideas why?

Am I missing a div ending anywhere?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜清冷一曲。 2024-11-14 02:01:36

缺少结束 。请参阅[无效] 标记验证 79.170.44.113 yorkshirecouriers.co.uk ?page_id=8 - W3C 标记验证器。在验证报告中向下滚动以查看行号和源代码。

There's a missing closing </div>. See [Invalid] Markup Validation of 79.170.44.113 yorkshirecouriers.co.uk ?page_id=8 - W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.

神妖 2024-11-14 02:01:36

您正在从 CSS 文件获取页脚的样式。拉出 styles.php 并查看页脚设置。或者您可以仅将页脚放在没有任何样式的情况下。

You are getting style for footer from a CSS file. Pull up styles.php and view settings for footer. Or you can put footer in a only without any sort of styling.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文