[Resolved] Content border even when set to full width

Home Forums Support [Resolved] Content border even when set to full width

Home Forums Support Content border even when set to full width

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

    I’m using elementor with the theme. When I create a page with elementor and have the page set to content only (no sidebars) and set to full width. I can see a faint border (horizontal line) across the screen and on the right side (vertical line) near the scroll bar. It’s the same border that’s around a blog post. Is there a way to remove it or change the color so I cant see it?

    #757246
    Noel

    Is there a way to do it through customize? I just figured it out and changed the css to 0px for border and box shadow:

    .inside-article {
    border: 0px solid #ddd;
    box-shadow: 0 0px 0px #f2f2f2;
    }

    Thanks!

    #757609
    Leo
    Staff
    Customer Support

    Hi there,

    There shouldn’t be any borders added by default.

    Can you remove that CSS so I can see the issue? Please disable Autopimize so I can see the source of the code as well.

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