• Resolved dsj1972

    (@dsj1972)


    Hi Experts

    I have just created a page https://fotoscopic.com/about

    But the page background colour (black) only goes about a fifth down the screen, then it is white.

    I dont really understand why this is happening if someone could let me know please I would really appreciate it.

    David .

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ve applied your background to div.site, which doesn’t hold enough content inside it to fill the height of the screen.

    Instead, apply your background colour to the < body > tag.

    Thread Starter dsj1972

    (@dsj1972)

    Hi Aljuk

    I fiddled with the CSS this way

    body {
    margin-right: 0 !important;
    background-color: #000000;
    }

    And now the page is all black.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘why isnt this page all black?’ is closed to new replies.