简体   繁体   English

页脚下方的空间,wordpress

[英]space underneath footer, wordpress

I am making my first wordpress homepage, and something on the frontpage really annoys me. 我正在制作我的第一个wordpress主页,而首页上的某些内容确实让我很烦。 Underneath my copyright footer there is some empty space which i cannot get rid of, my footer is only 13px in height so it must be something else. 在我的版权页脚下,有一些我无法摆脱的空白空间,我的页脚只有13px的高度,因此必须是其他内容。 If you want to take a look 如果你想看看

test.virumfarveogtapet.dk test.virumfarveogtapet.dk

The problem is with your svg height. 问题出在您的svg高度上。

在此处输入图片说明

You have a svg with a 470px height. 您有一个高度为470px的svg。 Add this to your css file: 将此添加到您的css文件:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM