Jump to content
Sign in to follow this  
bestjimmy

How to Remove Open Space in Footer

Recommended Posts

bestjimmy

What is the best way to remove or reduce the additional "white space" at the bootom/footer area? I would like to tighten up the space between the last section and the bottom of the page. Screenshot included. Thank you. ujQuI.jpg

Share this post


Link to post
Share on other sites
Kate

Hi Jimmy, I believe that's the "subfoot" div. So, adding something like this to your custom CSS should work:

#subfoot{height:40px;}

Share this post


Link to post
Share on other sites
bestjimmy

Kate - thanks for your reply! Although, it didn't seem to have any effect on the space; I varied the pixel settings (up and down) and it didn't change the space in that area, either way. p.s. please pardon the obnoxiously large screenshot in my initial post. wow. fA2p0.jpg

Share this post


Link to post
Share on other sites
Kate

Ah, I see... That spacing is actually coming from the footer div. Since it's currently not being used by any widgets then you can add this CSS:

#footer{display:none;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×