| The Arcive of vBulletin Modifications Site. | |
| 
			 
			#1  
			
			
			
			
			
		 | |||
| 
 | |||
|  how do i delete forumhome vertical borders 
			
			Hello 3.8.11 to delete the vertical border?  thanks | 
| 
			 
			#2  
			
			
			
			
			
		 | |||
| 
 | |||
|   
			
			Option 1: Admincp > Styles & Templates > Style Manager Change background color of "Table Border" (.tborder) Not a perfect solution but a start in the right direction. Update ~ Option 2: Admincp > Styles & Templates > Style Manager > Sizes and Dimensions Change Inner Border Width to "0" This however removes all borders. | 
| 
			 
			#3  
			
			
			
			
			
		 | |||
| 
 | |||
|   Quote: 
 thank you but the horizontal one gone?   | 
| 
			 
			#4  
			
			
			
			
			
		 | |||
| 
 | |||
|   
			
			Option 3: Admincp > Styles & Templates > Style Manager > Sizes and Dimensions Change Inner Border Width to "0" then scroll down to Additional CSS Definitions and add: Code: .alt1,
.alt1Active,
.alt2,
.alt2Active {
    border-bottom:1px solid #CCC;
}
.thead {
    border-bottom:1px solid #D1D1E1;
} | 
| 
			 
			#5  
			
			
			
			
			
		 | |||
| 
 | |||
|   Quote: 
 | 
|  | 
| 
 | 
 | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
| 
 | |
|  More Information | |
| Template Usage: 
 Phrase Groups Available: 
 | Included Files: 
 Hooks Called: 
 |