Jump to content
Sign in to follow this  
jbenavides

Too Much Space At The Bottom Of The Page...

Recommended Posts

jbenavides

Hi, Just recently, right after I did a quick CSS change on the H1 tag, my web pages now all have some major empty space at the bottom of the site. Not sure why. Here is the link: http://www.joshuabenavides.com Any ideas? Thanks, *Joshua

Share this post


Link to post
Share on other sites
cmunns

I'm sure it was always there, but you can remove some by adjusting the last em value in this CSS line: ` #footer { padding: 10px 0 5em; } ` add the above to your custom css theme option area.

Share this post


Link to post
Share on other sites
jbenavides

cmunns, I tried this but it didn't do anything for the space BELOW the footer. Any ideas?

Share this post


Link to post
Share on other sites
bryan-hadaway

Looks like it's a plugin that might be causing this:

Fontsforweb.com - web fonts free download. See this Wordpress fonts plugin
Thanks, Bryan

Share this post


Link to post
Share on other sites
jbenavides

Hey Bryan, I took out that plugin and the space is still there. Any other ideas? Thanks.

Share this post


Link to post
Share on other sites
bryan-hadaway

` body #wrapper{padding-bottom:0} body #footer{padding:0} ` Thanks, Bryan

Share this post


Link to post
Share on other sites
jbenavides

It seemed to go back on its own. Not sure what that was. Thanks Bryan for that suggestion. It may come in handy in the future. Problem resolved. Thanks. *J

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  

×