Documentation
columnWidth
Type : Number
Default : 320px
Sets the width each column will take, in pixels or in %.
Depending on the window dimensions, this value will automatically be adjusted in order to provide an integer number of columns.
exemples
$('#container').kaiten({ columnWidth:'600px' });
$('#container').kaiten({ columnWidth:'33%' }); // 3 columns max