Archived topic
Content border even when set to full width
2 replies · Started by Noel on December 14, 2018
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?
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!
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.