A small black line appeared under the content box above the footer. what is this? How can I achieve, that instead of the black line, that there is some space there instead, so that the background image is visible between footer and content box for 20px? https://imgur.com/a/hUJzVcs
Hey ausgesonnen,
Thank you for the inquiry.
That is the default border of the color section in the footer page — not a bug. To remove the border and add spacing below the first color section with the background image, you can add this css code:
.footer-page-content #av_section_3 {
border: 0;
}
.page-id-31 #av_section_1 {
padding-bottom: 50px;
}
Best regards,
Ismael