gpt4 book ai didi

html - WordPress 帖子重叠

转载 作者:行者123 更新时间:2023-11-28 11:05:13 25 4
gpt4 key购买 nike

我刚刚在 Wordpress development stack exchange 上发布了这个,他们说放在这里会更合适

这可能是一个非常简单的 CSS 问题,但无论如何:
我正在开发一个 Wordpress 主题,它有一个左侧边栏和右侧的帖子,但是帖子重叠,我无法让它顺着页面向下流动。

因为 HTML 是循环的一部分,所以 div 被复制了多次。

enter image description here

如果对任何人有帮助,我会在代码中进一步重置 HTML。

帖子的代码如下所示:

HTML:

<div class="propbox">
<p class="propertytext"><?php the_title(); ?></p>
<div class="propertybox"></div>
<div>

CSS:

.propertybox {

position: absolute;
top: 103px;
left: 43%;
width: 50%;
height: 356px;
background-color: rgb(222, 222, 222);
margin-top: 15px;
}

.propertytext {

position: absolute;
top: 112px;
left: 56.75%;
z-index: 1;
width: 20.4%;
min-height: 47px;
line-height: 1.38;
text-align: center;
color: white;
font-family: 'Raleway';
font-weight: 200;
font-size: 31px;

}

我无法让它工作!!
感谢任何帮助
谢谢,
汤姆

最佳答案

移除

position:absolute;

来自

.propertytext {
}

.propertybox{
}

你可以给另一个位置。

试一试......

关于html - WordPress 帖子重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22293129/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com