jbenavides 0 Report post Posted March 16, 2011 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 16 Report post Posted March 16, 2011 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 0 Report post Posted March 16, 2011 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 3 Report post Posted March 17, 2011 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 0 Report post Posted March 17, 2011 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 3 Report post Posted March 17, 2011 ` body #wrapper{padding-bottom:0} body #footer{padding:0} ` Thanks, Bryan Share this post Link to post Share on other sites
jbenavides 0 Report post Posted March 18, 2011 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