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!
Space Between Content and Footer - Google Chrome
Re: Space Between Content and Footer - Google Chrome
Change
to
Code: Select all
#main {
padding-bottom: 0;
}
Code: Select all
#main {
padding-bottom: 1px;
}
Re: Space Between Content and Footer - Google Chrome
Thanks for the help, that fixed it.
Re: Space Between Content and Footer - Google Chrome
I see he fixed it.