How to remove blank space at bottom of page

Hi,

I am using Foundation with Stacks and no page-wide margins or padding that I’m aware of. My page is coming along nicely but I just scrolled down to the bottom and there is this white space as if there is a margin there. As you can see on the page, the top and sides of the page have the images and backgrounds running right to the edge but the bottom doesn’t. Is there someplace this could be set in Foundation that I just haven’t found yet? Is there some CSS I could enter in the Code section to remove this? Any ideas are greatly appreciated.

Mike

I think it has something to do with this:
<iframe id="sovrn_beacon" margin="0" padding="0" frameborder="0" width="1" height="1" scrolling="no" src="//gslbeacon.lijit.com/beacon?informer=" style="margin: 0px; padding: 0px; border: 0px none; width: 1px; height: 1px; overflow: hidden;"></iframe>

If I remove that via the browser inspector, that space goes away…

2 Likes

I was looking all over and it never even crossed my mind to look at that. Thanks!!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.