Support » Themes and Templates » Too much Space

  • Hey guys,

    I have a new site up at

    http://www.leavenworthsummertheater.org

    Things are mostly great with it, but I am having a weird thing happen where some extra space is being added to the right hand side of the site. There is nothing there and there are no elements that extend that far, just some blank space on the background. It is forcing a horizontal scroll bar and messing up the centering of the content a bit.

    Anyone have any suggestions or ideas on why this may be happening? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • What if you add overflow-x: hidden; to the #wrapper? I’m not sure if that will pass muster in IE, but it seems to work in Firefox.

    #wrapper {
    width: 1130px;
    margin: auto;
    overflow-x: hidden;
    }

    Thread Starter aptdesignonline

    (@aptdesignonline)

    Thanks Clayton! That seems to work for FF and IE8, but maybe not IE7.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too much Space’ is closed to new replies.