需要使用占位符<div class =“ sticky-element-placeholder sticky-element-active”的CSS设置“显示;无”

时间:2019-07-05 17:41:14

标签: html css

Wordpress-Elementor。尝试优化代码时出现了问题,现在我想摆脱的页面第一部分上方有一个巨大的空白区域。我是新手,正在使用Elementor,因此只有自定义CSS可以使用。问题出现在平板电脑和移动设备上,而不是台式机上。

<div class="sticky-element-placeholder sticky-element-active" style="display:flex; float:none; flex:0 1 auto; box-sizing:border-box; clear:none; overflow:visible; transform:none; width:448.09722900390625px; height:3277.34716796875px; margin:0px 0px 0px 0px;"></div> 

我尝试针对以下对象没有成功。

.sticky-element-placeholder.sticky-element-active {
    display: none
}

<div class="sticky-element-placeholder sticky-element-active" style="display:flex; float:none; flex:0 1 auto; box-sizing:border-box; clear:none; overflow:visible; transform:none; width:448.09722900390625px; height:3277.34716796875px; margin:0px 0px 0px 0px;"></div>

1 个答案:

答案 0 :(得分:0)

使用对您的风格很重要的东西。

.sticky-element-placeholder.sticky-element-active {
    display: none!important;
}