Im new to Xenforo and i have been trying to add a second node icon by following this http://xenforo.com/community/resources/node-secondary-images.1512/ it works fine but the icons i add get cut off, Just a heads up im also new to css styling. Here is the problem 
		
		
	
	
		
	 
here is what i have in EXTRA.css
	
	
	
		
				
			
	here is what i have in EXTRA.css
		Code:
	
	.node .nodeText {
  position: absolute;
top: -2px;
padding-left: 90px;
}
.nodeList .node_40 .nodeText{ background: url("images/Ghosts.png") no-repeat }
	