MyBB Community Forums

Full Version: Huge Space in posts + Private Messages img not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forum I have a huge space in each post 

http://tunerheat.com/Thread-Award-Sugges...132#pid132

Also have an issue with private messages images not working

is it possible to get rid of the images and turn it into fa icons?
On my forum I have a huge space in each post 

http://tunerheat.com/Thread-Award-Sugges...132#pid132

Also have an issue with private messages images not working

is it possible to get rid of the images and turn it into fa icons?
The huge spacing is because you've set a minimum height for the post content which is stretching it down.

Go to your global.css [AdminCP > Templates & Style > (Your Theme) > global.css)]
Do Ctrl + F in Advanced Mode and look for ".post.classic .post_content {"

Inside there you'll find "min-height: 540px;". Change that to a height more suitable to your needs. For instance 450px may be a more suitable height, however, if you need it any shorter you'll have to play around with your post_author stuff as well so that isn't as tall as it is.