• Resolved tlw22

    (@tlw22)


    Hi there,

    Can anyone tell me how to make the background image float at the top of the page rather than the small gap (gradient)? Link: https://thatrule.com/

    If anyone can help out that would be great, I accidentally just deleted an old website which took me 100+ hours to code and now my current website, thatrule, is now started to show random errors… not a good day!

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • try and add a ‘margin:0;’ to the body style.

    body{
    font-family: "Helvetica", sans-serif;
    font-size: 13px;
    text-align: center;
    background: #a6a6a6;
    color: #3f3f3f;
    margin:0;
    }
    Thread Starter tlw22

    (@tlw22)

    Yep that worked perfectly. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background image problem’ is closed to new replies.