White background fix

Discussion in 'HTML & Website Design' started by wormser, Aug 12, 2011.

  1. #1
    The white space behind my content doesn't go all the way down to my footer in Firefox. Any ideas how to fix this?

    Here's the page:
    http://www.carpet.org/pad

    Thanks.
     
    Solved! View solution.
    wormser, Aug 12, 2011 IP
  2. #2
    try add this to your structure.css file:
    #content-container {
    	overflow: hidden;
    	}
    Code (markup):
     
    primitip, Aug 12, 2011 IP
    Toycel, wormser and igloodesigns like this.
  3. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #3
    It doesn't work for any of the pages as far as I can see. Possibly add a height to the .content-body div as at present it has a width and margin value.
     
    Toycel, Aug 12, 2011 IP
  4. wormser

    wormser Well-Known Member

    Messages:
    112
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Sweeeeeet!

    "overflow: hidden;" fixed it.

    Thanks guys.
     
    wormser, Aug 12, 2011 IP
  5. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #5
    This seems a fix in your css. Try fixing that.
     
    unknownpray, Aug 13, 2011 IP