Hi,
since i made some changes in my layout, after certain color section fine lines are appearing, like i defined a border.
I have not done that!
Why is Enfold in many ways so problematic?
It is frustrating…
Hey Sonno,
Thank you for the inquiry.
Did you place another element outside a Color Section element? The theme will create a section for this element with default styling, including a border. Try to move the element inside a Color Section so you can control the style, such as the border, in Layout > Borders options.
Let us know if the issue persists.
Best regards,
Ismael
there is a globaly set rule on enfold :
.container_wrap {
clear:both;
position:relative;
border-top-style:solid;
border-top-width:1px
}
Personally, I consider them unnecessary. This is what I set on my installation:
#top .container_wrap {
border: none !important;
}
But that’s actually a well-known problem.
