Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1494185

    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…

    #1494210

    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.

    f4wm1zg.md.png

    Let us know if the issue persists.

    Best regards,
    Ismael

    #1494215

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.