For some reason a small arrow is showing up above a full width section on my page. See this screenshot:
https://www.dropbox.com/s/qfd77hjp415gnuj/Screen%20Shot%202015-02-25%20at%205.21.25%20AM.png?dl=0
Oddly, i created this full width section by using the duplicate feature in the advanced layout builder, and the original full width section that I duplicated it from does not show this arrow above it.
Here is the page: http://52kards.com/foundations-landing-page/
Thanks for your support!
Hi AsadIC!
Try adding this to your custom CSS.
#after_section_4 .av-extra-border-element {
display: none;
}
Best regards,
Elliott