• Resolved ajguy711

    (@ajguy711)


    I’m putting the finishing touches on http://gamestuffcomic.com/, but I can’t figure out how to eliminate all of the excess grey along the bottom.

    I thought it might have been excessive padding in the sidebar, but as far as I can tell that isn’t my problem. Does anyone hav any other suggestions?

Viewing 1 replies (of 1 total)
  • Thread Starter ajguy711

    (@ajguy711)

    And found it! Here’s the offending code for the sake of others with similar problems:

    .narrowcolumn {
        min-height: 800px;
    }

    Just changed the min-height to 0px and all is well.

    Just to let anyone looking for answers know, I was able to identify this thanks to the Firefox extension Firebug, which many other forum posts pointed to. It’s an amazingly useful tool.

Viewing 1 replies (of 1 total)

The topic ‘Site is too long’ is closed to new replies.