I'm getting a white area under the footer image.
You can see it on my sandbox site http://japanesekitsch.com/
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; }
Thanks. I've added the code into the theme and it will be fixed for the next version of the theme.
Comments
Comment #1
Redsmartie commentedI've cleared it by changing
to
Comment #2
jswaby commentedThanks. I've added the code into the theme and it will be fixed for the next version of the theme.