• Hello,

    I’ve just finished placing a white box around the content area of my site and it has somehow expanded the width of the entire site so that you can scroll to the right and there’s just empty space. I do not want there to be any extra space on the right so that the user can scroll.

    http://honeyrosenk.com.previewdns.com/

Viewing 1 replies (of 1 total)
  • Adding overflow:hidden to the #site element patched the display, though I didn’t see what was causing the expansion. You’ve got a lot of JavaScript code running, so it could be anywhere.

    #site {
        min-width: 962px;
        overflow: hidden;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with width of site’ is closed to new replies.