• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Move Signature/Like Block to Bottom

ScottLott

Member
Hey guys, I've come up with a mod to move the signature of every post towards the bottom. I didn't like that the signature and all that was so high, so this fixes that.

Screenshots:
Before:before.webp After: after.webp

To perform the mod, go to your "message" template and find the following block of code:

PHP:
<div class="messageContent">

Change the line to the one below, you can modify the "200" to any height you'd like.

PHP:
<div style="min-height:200px;" class="messageContent">
 
You would be better off doing it in EXTRA.css, to avoid having to revert and edit templates after upgrades.

Or even better, in Style Properties -> Message Layout -> Main Content

Just adjust the value in the Miscellaneous field.
 
Top Bottom