استبدل هذا في الجزء الأول من الكود الذي أعطيتك :
	كود PHP:
	
		
			
.entry img {          
            max-width:800px;
            background: #1D1D1D;
            border: 1px dotted #4A4949;
            margin:0px 0px 0px 0px;
            padding:0px;
            float:center;
    } 
		
	
 ب
	كود PHP:
	
		
			
.entry img {          
            max-width:800px;
            background: #1D1D1D;
            border: 1px dotted #4A4949;
            margin:0px 0px 0px 0px;
            padding:0px 5px;
            float:center;
    }