Space Between Content and Footer - Google Chrome

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
public
New Member
New Member
Posts: 2
Joined: Wed Feb 15, 2012 10:21 am

Space Between Content and Footer - Google Chrome

Post 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!
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Space Between Content and Footer - Google Chrome

Post by Wishbone »

Change

Code: Select all

#main {
  padding-bottom: 0;
}
to

Code: Select all

#main {
  padding-bottom: 1px;
}
public
New Member
New Member
Posts: 2
Joined: Wed Feb 15, 2012 10:21 am

Re: Space Between Content and Footer - Google Chrome

Post by public »

Thanks for the help, that fixed it.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Space Between Content and Footer - Google Chrome

Post by Wishbone »

I see he fixed it.
Post Reply

Return to “Layout and Design (CSS & HTML)”