Page 1 of 1

Space Between Content and Footer - Google Chrome

Posted: Wed Feb 15, 2012 9:03 pm
by public
I'm running CMS 1.10.2. When viewing the site with Google Chrome, there's a black space between content and footer (footer contains links) on the front page, but I can't fathom how to get rid of it. It doesn't show up on Firefox.

http://www.salon-illustrations.fi/

Thanks in advance!

Re: Space Between Content and Footer - Google Chrome

Posted: Wed Feb 15, 2012 10:53 pm
by Wishbone
Change

Code: Select all

#main {
  padding-bottom: 0;
}
to

Code: Select all

#main {
  padding-bottom: 1px;
}

Re: Space Between Content and Footer - Google Chrome

Posted: Thu Feb 16, 2012 6:10 am
by public
Thanks for the help, that fixed it.

Re: Space Between Content and Footer - Google Chrome

Posted: Fri Feb 17, 2012 1:54 am
by Wishbone
I see he fixed it.