左右广告空间?

大家好,我知道我的问题没完没了……
我在网上找了代码但没用。(CSS HTML)

就像这样。

除了这些区域,我们还提供其他广告解决方案吗?

我不会使用 Adsense。

Discourse Bars 支持右侧和左侧边栏。但您需要自己设计组件。

我支持边栏框架。如果您需要有关构建组件的帮助,请前往 #marketplace。

1 个赞
.leftad {
    position: fixed;
    top: calc(var(--header-offset, 60px) + 2em);
    left: 20%;
    width: 120px;
    height: 600px;
    background : rgb(62, 62, 88,.7);
    border-radius: 5px;
}
 
.rightad {
    position: fixed;
    top: calc(var(--header-offset, 60px) + 2em);
    right: 20%;
    width: 120px;
    height: 600px;
    background : rgb(62, 62, 88,.7);
    border-radius: 5px;
}

如何修复定位?
广告不显示取决于屏幕大小。

left: 20%;
right: 20%;

应该用什么代码替换这些代码?

https://pvpfarm.com