Viewing 4 posts - 1 through 4 (of 4 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

    #1479184

    ok that worked. Thank you

    #1479235

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘new bug’ is closed to new replies.