Formatting Nightmare
Since I copied the blog over from Blogger and installed the Wordpress theme I’m using, I’ve had some formatting issues. Something was causing the footer to shrink and not cover the width of the page. I went into the style sheet to put a right margin on the posts (because I didn’t want them stretching across like they were) and that caused another bug - the width of some posts became narrower than the others.
The new bug led me to investigate the shrunken posts in edit mode. There, I found that they were all wrapped by div tags. Not just the problem posts, but most of the other posts as well. The tags were causing the page format to go off toward the end. Once I went through every post and removed any extraneous div tags I found, all was well.
Just before I discovered this problem I had tried out a new theme, but it was all buggered up when there were more than a few posts on the page. The tags must have been the issue there as well. Methinks I’ll try it again. I’m not too fond of the current theme, really.
EDIT: Ah, there we go. The new theme works nicely now. I think I’ll keep it around until it starts to bug me.