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:
 After: 
 
To perform the mod, go to your "message" template and find the following block of code:
 
	
	
	
		
 
Change the line to the one below, you can modify the "200" to any height you'd like.
 
	
	
	
		
				
			Screenshots:
Before:
 After: 
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">