• Resolved hazy23

    (@hazy23)


    Hi,

    I’m using this theme with a childtheme for some time. A while ago there is a black border around my page.

    I have found the below coding for the problem and have added them

    .site {
    margin: 0;
    }

    body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
    height: 0px !important;
    }

    But my problem has not fully resolved. I still have a black border at the bottom.

    Can any help me?

    Thanks,
    Hazel

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you get this fixed? Looking at the site I don’t see a black border anywhere obvious at the bottom.

    Thread Starter hazy23

    (@hazy23)

    Hi Jarret,

    No, it’s not fixed. The bottom is still black. Here the link
    https://hazelling.nl/commissioned-photography/portraits/

    And on the other pages where there is no border, a black border will still jump up when you move to the left or right with the mouse.

    Thanks,
    Hazel

    • This reply was modified 6 years, 6 months ago by hazy23.

    This is because the page doesn’t have enough content on it to push it past the height of the browser so the <body> background is showing as the black color. The following in Appearance->Customize->Additional CSS should fix it

    body {
        background-color: #ffffff;
    }
    Thread Starter hazy23

    (@hazy23)

    Thanks a lot Jarret. The issue is fixed.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Black border’ is closed to new replies.