ShikiSuen
Well-known member
I prefer the vBulletin 3.x vertical postbit layout.
	
	
		
			
				
					
						 
					
				
			
			
				
					
						
							 xenforo.com
						
					
					xenforo.com
				
			
		
	
However, it wastes some vertical webpage spaces if the content height is shorter than 2 x (the height of "user_info_vpostbit").
(supposing that the height of user_info_bit in the vertical postbit layout is "user_info_vpostbit")
Is there a way to only use CSS / LESS to check the height of the post / message content (in lines)?
(If CSS / LESS is not okay, I can accept alternative approaches modifying HTML template.)
				
			 
					
				Unmaintained - vBulletin 3.x style postbit (user info always above the post)
Put the following CSS definitions AT THE END OF "Extra.less" Template:  .block--messages .message {     &.is-mod-selected {border-color: transparent; border-bottom-color: @xf-inlineModHighlightColor;} } .blockMessage {box-shadow: none...
				 xenforo.com
						
					
					xenforo.com
				However, it wastes some vertical webpage spaces if the content height is shorter than 2 x (the height of "user_info_vpostbit").
(supposing that the height of user_info_bit in the vertical postbit layout is "user_info_vpostbit")
Is there a way to only use CSS / LESS to check the height of the post / message content (in lines)?
(If CSS / LESS is not okay, I can accept alternative approaches modifying HTML template.)
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
 
		