【问题标题】:space underneath footer, wordpress页脚下方的空间,wordpress
【发布时间】:2018-12-12 23:22:44
【问题描述】:

我正在制作我的第一个 wordpress 主页,但首页上的某些内容真的让我很恼火。在我的版权页脚下方有一些我无法摆脱的空白空间,我的页脚高度只有 13 像素,所以它一定是别的东西。如果你想看看

test.virumfarveogtapet.dk

【问题讨论】:

  • 尝试缩小问题范围。提示,检查你的 SVG。
  • .elementor-34 .elementor-element.elementor-element-2e5b248b 奇怪的类顺便说一句。需要隐藏溢出,因为其中有一个很大的元素。

标签: html wordpress footer


【解决方案1】:

问题在于您的 svg 高度。

【讨论】:

  • 非常感谢,解决了它:)
【解决方案2】:

您有一个高度为 470 像素的 svg。 将此添加到您的 css 文件中:

.elementor-34 .elementor-element.elementor-element-2e5b248b > .elementor-shape-top svg {
    width: calc(200% + 1.3px);
    height: 0px;
}

【讨论】:

    猜你喜欢
    • 2013-05-09
    • 1970-01-01
    • 2019-06-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-02-20
    • 2021-03-17
    • 1970-01-01
    相关资源
    最近更新 更多