Viewing 2 replies - 1 through 2 (of 2 total)
  • What’s happening is the #footer div is peeking out from under the image you have there. The image is too small (or the footer div a tad too large). You can either adjust the size of one of those things or maybe just change the background color of the div to match the rest of your site (probably the easiest if it will work).

    #footer {
    background: #eee url(‘images/kubrickfooter.jpg’) no-repeat top;
    border: none;
    }

    Change #eee to #000 (those are zeros)

    Thread Starter jvisgaitis

    (@jvisgaitis)

    I figured it was a size issue and I had the image size correct. I’m not the best when it comes to CSS. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with Kubrick Theme’ is closed to new replies.