Shrink height of forum posts
There isn't a lot of author information showing so you've got a lot more vertical space than you need on the posts, which looks funny with short posts. Toss this into your style.css to fix it:
.forum-post-panel-main {min-height: 220px;}
Might need to fiddle with that a bit if there's more visible to mods than I can see but I doubt you need all 350. Michelle
Ok, ever since you mentioned it, it has been bugging me. min-height is now 275px to leave room for all possible author-pane info.
What kind of development do you do? Design is not my best thing either, but I do it anyway. If possible, I prefer to leave the graphic art to graphic artists.
Awesome. Drupal is my second favorite open source project to work with (WordPress is first). I hear you about 'executive functions'! Not sure I have any, but somehow my business is still going. Luckily coding is usually the thing that I am distracted by, rather than the thing I am distracted from. Good luck!



Hey Michelle,
Thanks for the heads up. There were recently some updates made to the forum templates. The min-height: 350px; was set in order to accommodate a background image that was being used and is not being used now. I was thinking of putting it back when I had some time, but if I end up keeping things as-is, I will definitely use your suggestion!
Are you a web designer and/or developer?
-Lori