滑块革命 - 标题列更新刷新 [英] Slider Revolution- Header column changing on refresh

查看:113
本文介绍了滑块革命 - 标题列更新刷新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图从我的滑块旋转标题中删除填充,但是列标识似乎在每次刷新后都会更改。我用来删除填充的样式是

  div#column-28eac7eab21857970fc76a0201ab0fe2 {
padding:0;

由于id在刷新时发生变化,我无法改变它。任何想法如何发生?



感谢
图片在这里



页面构建器可以在这里看到

解决方案

ID应该是独一无二的元素,因此如果同一横幅位于另一个页面上,如果一个页面上的横幅的ID为1234,则ID应该相同。如果碰巧在另一个页面上有一个横幅,但是是一个不同的横幅,即有不同的图像,它应该有自己的ID。



你可以尝试下面的css网站?

  section#section-58ac615d427d3 .fw-container {
margin:0;
padding:0;





$ b

由于填充位于fw-container类而不是段有一个ID,我们称之为ID,后跟一个空格,然后我们想要编辑的元素的类是fw-container,这样规则将只适用于具有fw-container类的元素,那些在ID为section-58ac615d427d3的元素内


I'm trying to remove the padding from my slider revolution header, however the column id seems to be changing after every refresh. The style I am using to remove the padding is

div#column-28eac7eab21857970fc76a0201ab0fe2 {
padding: 0;

I cannot get it to change due to the id changing on refresh. Any ideas on how this is happening?

Thanks Image is here

Page builder can be seen here

解决方案

An ID is supposed to be unique to each element and so if the banner on one page has an ID of "1234" if the same banner is on another page, the ID should be the same. If there happens to be a banner on another page but is a different banner i.e. has different images, it should have its own ID.

Can you try the css below on your site?

section#section-58ac615d427d3 .fw-container {
    margin: 0;
    padding: 0;
}

Because the padding is on the "fw-container" class and not the section that has an ID, we call the ID followed by a space and then the class of the element that we want to edit which is "fw-container" this way the rule will only apply to elements with a class of "fw-container" that are inside the element with the id of "section-58ac615d427d3"

这篇关于滑块革命 - 标题列更新刷新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆