	The plugin allows you to split the list of columns in the list.tpl! 

Installation: 

1: Unpack and upload files to this folder: / plugins / 

2: Go to administration panel, and then select the "Plugins" 
  Click on the name of the new plug-in, but at the bottom of the plugin properties, select "Install all". 

In List.tpl 
Insert Tags 

(LIST_TABLE_BEGIN) after <! - BEGIN: LIST_ROW -> 

(LIST_TABLE_END) before <! - END: LIST_ROW -> 

put before <table> <! - BEGIN: LIST_ROW -> 
set </ table> after the <! - END: LIST_ROW -> 

Should be like this: 

<table> 
<! - BEGIN: LIST_ROW -> 
(LIST_TABLE_BEGIN) 
................... 
.................. 
.................. 

(LIST_TABLE_END) 
<! - END: LIST_ROW -> 
</ table> 

The rest is in your plugin! 

The number of columns and indentation.