为什么在我的404错误页面上不能点击链接?

时间:2019-12-06 作者:Daniel Devereux

我已经创建了一个自定义404错误页面。但是,链接不可单击。指向我的网站和随机404页面的链接是https://createandgo.com/error404page

1 个回复
SO网友:Elgoots

这是因为您在该页面中的某些div上使用了不正确的css。

在该页面上,从H1减速向下的几个div,您有一个带有一些内联css的div:

<div style="width: 100%;height: 0;padding-bottom: 56%;position: relative;">
您需要移除底部填充物:56%;因此:

<div style="width: 100%;height: 0;position: relative;">
然后在中,您在该模板的<style></style> 标签:

.above {
    margin-top: -580px;
}
您还需要将其完全删除。一旦你这样做了,你的问题将消失,你的内容将被正确定位。

相关推荐

Permalinks setting

所以,我知道这是一个基本的问题,但奇怪的是,它对我不起作用。我想要的:https://example.com/blog/thema/类别名称/postname(用于帖子)https://example.com/blog/thema/类别名称(适用于类别)以下是我的设置:遗憾的是,这行不通。以下是有关在什么设置下工作的详细信息:Posts: /blog/thema/%category%/%postname%/ + Category: blog/thema = 分类工作,帖子获取404Posts: /%cat