Excess dark grey in the footer

Hi all,

If you’ll go to Manoj Sharma – World Class Organization Strategies, you’ll notice there is excess dark grey in the footer.

What’s causing it and how do I remove it?

Thank you!

Remove the height setting (red) and add overflow: hidden (blue):

#footer {
  background: none repeat scroll 0 0 #333333;
  [COLOR="Red"]height: 205px;[/COLOR]
  margin: 0 auto;
  padding: 0;
  width: 920px;
  [COLOR="Blue"]overflow:hidden;[/COLOR]
}

Hi ralph,

Thanks for assisting with this.

Really appreciate it.

You’re welcome. :slight_smile: