I'm getting a white area under the footer image.

You can see it on my sandbox site http://japanesekitsch.com/

Comments

Redsmartie’s picture

I've cleared it by changing

#footer {
  padding: 1em;
  font-size: 0.8em;
  clear:both;
  height:100px;
  background:url(images/bg-footer.jpg) no-repeat;
}

to

#footer {
  font-size: 0.8em;
  clear:both;
  height:100px;
  background:url(images/bg-footer.jpg) no-repeat;
  overflow: hidden;
}
jswaby’s picture

Component: Miscellaneous » Code
Status: Active » Closed (fixed)

Thanks. I've added the code into the theme and it will be fixed for the next version of the theme.