So last night I was bored and decided to redo my entire website (again). I just changed the theme about a week ago, but the more I dug into it the less I liked it and decided I would spend a little more time redoing my blog. After picking a theme I put it on a local copy of WordPress and started banging away. I started changing header images and fixing CSS issues with AJAX overlaps and image overlaps and fixing up a few other issues I noticed. This is usually pretty typical for themes I have found in the past. You get what you paid for and because all these themes are free I guess that would make sense.
One of my co-workers turned me onto Firebug which is a Firefox plugin that reads the CSS and breaks it out into a tree structure so you can see what is really going on behind the scenes with formatting. This application saved me probably about 2 days of frustration searching through the CSS and the PHP files trying to find the correct classes and div’s to edit to make it look how I want it to. The program allows you to edit the CSS on the spot so you can see if what you thinking works…this is great for things like spacing or overflow or text size. This application is a must have for any web developer or anyone who likes to tweak their WordPress themes to get the most out of them.