treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Container Width?

  • I have played with the CSS but I can not accomplish what I need to do. Right now, there is a pixel grid on my homepage in the main content area. This is 1000px wide, but it is cut off because the container is too small. How can I make this fit without shrinking the pixel grid, and keeping everything else the exact same, except the width of the content area? Thanks.

    http://pixelitforward.com

  • #page {
        width: 1260px;
    }