Results 1 to 2 of 2

Thread: white area under footer

  1. #1
    Join Date
    May 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default white area under footer

    I'm helping a friend with his site. I'm not that great with CSS but can most of the time figure out my problems. Anyway his site has about 6 pages, the pages look fine on the laptop but on my 24 inch monitor a large white area appears at the bottom of the page under the footer. Some pages with less content it shows up bigger, maybe 2 to 3 inches. Basically the page is centered and it has a background named "featured" with an image. I need that white part gone and I'm not sure what to do.




    css:
    [CODE]
    .content {font-size: 1.1em;}
    #content-wrapper {
    background: #6D7B8D url('img/content-wrapper.gif') repeat-y center top;
    }
    .content#content-two-columns {
    background: url('img/content-two-columns.gif') repeat-y left top;
    }
    [CODE]

  2. #2
    Join Date
    May 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    better picture


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •