Hi!
You helped me earlier with a padding problem on http://www.sudersand.se (see post-863258 in your history).
You gave me the code:
.avia-builder-el-19 {
padding-top: 0 !important;
}
It worked on that element, but the problem is, there is apparently multiple elements on other pages with the number 19 and they now have padding 0. =) And even if I create new elements (copies), they still end up with number 19 and they have the padding problem.
Please help.
Regards Johan
Hey Johan,
Please update Enfold to the latest version 4.1.2 – kriesi.at/documentation/enfold/using-a-child-theme/ and then go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your column element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class {
padding-top: 0 !important;
}
Best regards,
Yigit
Actually, when I was trying out your solution I found a different code
.home .avia-builder-el-19 {
padding-top: 18px !important;
}
I guess that the guy who made the webpage in the beginning put it there and that was causing the main problem, that we now tried to fix with a !important 0 padding. =)
Gone now, and all is fine. I hope. =)
Regards Johan
Hi Jordan,
Glad you figured it out :) Please note that if you add another element before your element number 19, numbers will be changed and you code will not be applied. Therefore, please consider using the solution i recommended :)
Let us know if you have any other questions or issues.
Best regards,
Yigit