Hi there,
I'm styling a wordpress site using the excellent wpframework as a base theme to work from...
one strange glitch though, there seems to be additional 15px padding/margin at the bottom of the site, I've targetted all the elements in Firebug, but still can't see whats causing it?
here's a better example, with the same issue:
As always, any help greatly appreciated 
Kie
Please validate and see if
Please validate and see if that fixes it. If not, come back with the valid code.
Hi Smee, thanks for the
Hi Smee,
thanks for the response - apologies, I hadn't checked the site (first example http://is.gd/bLhcU ) - unfortunately this doesn't seem to have fixed the issue
Please Ignore the other example, I don't have time to fix that the moment....
Cheers
Kie
you still have some pretty
you still have some pretty nasty errors in the code. plz get these worked out so we can further assist you.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.sci-fi-o-rama.net%2Fholewall%2F
Fixing the errors relating to
Fixing the errors relating to div's will most likely be solve your mystery.
Hi there, Apologies there
Hi there,
Apologies there I've fixed the Divs, my bad! http://is.gd/bM8wE
unfortunately, the border / gap seems to still be there? strange....
You have different markup
You have different markup structure in those examples.
In Hole in t'wall the footer is outside the container and the bottom padding of footer appears to be the problem.
For My Blog elements seem to be leaking out of the container, try overflow:hidden on .container.
Problem Solved...
Hey Tony,
Aaaahh yes I notice the markup is different, I will fix that too.... I applied the Overflow:hidden on the first example (blog) and it's fixed it! superb stuff!!
many, many thanks! I'll remember to try that in future if I spot a similar occurrence.
Great forum! 