since my forum supports avatars with a width of up to 250px, I'm trying to make the post profile a bit wider. I've already found the value that controls the width of the post profiles, but then the post itself doesn't fit next to the profile anymore. The width of the posts should be controlled by the
.postbody {[...] width: 76% [...]}
value, but no matter what I change it to, it stays the same width. Is there any other value that needs to be changed?