By tryxx on
Using advanced forum for my forum, but every post occupies a fixed height, so if post is considerably small then there is a big blank space left in the body of each post... any solution??
Using advanced forum for my forum, but every post occupies a fixed height, so if post is considerably small then there is a big blank space left in the body of each post... any solution??
Comments
By design, but often possible to change a bit
This is because it has to reserve space for the largest possible amount of extra information that can be shown about a user in the left sidebar.
Often you can make this a bit smaller anyway, though, and here is some css that should do the trick, when added to the bottom of the theme css file.
I extracted it from a recent site that I made, trying to take only the relevant bits. Not sure that all of it is required. The min-height settings should be the most important ones though.
Kind Regards
// Samuel
.
I and others have this same issue. It's to do with a 350px in advanced_forum-structure.css
See my answer at:
http://drupal.org/node/494710#comment-1724882