Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1479089

    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

    #1479123

    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;
    }

    View post on imgur.com

    Best regards,
    Ismael

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